pub struct SecretTargetAttachment { /* private fields */ }Expand description
The AWS::SecretsManager::SecretTargetAttachment resource type.
Trait Implementations§
Source§impl Debug for SecretTargetAttachment
impl Debug for SecretTargetAttachment
Source§impl Default for SecretTargetAttachment
impl Default for SecretTargetAttachment
Source§fn default() -> SecretTargetAttachment
fn default() -> SecretTargetAttachment
Returns the “default value” for a type. Read more
Source§impl From<SecretTargetAttachmentProperties> for SecretTargetAttachment
impl From<SecretTargetAttachmentProperties> for SecretTargetAttachment
Source§fn from(properties: SecretTargetAttachmentProperties) -> SecretTargetAttachment
fn from(properties: SecretTargetAttachmentProperties) -> SecretTargetAttachment
Converts to this type from the input type.
Source§impl Resource for SecretTargetAttachment
impl Resource for SecretTargetAttachment
Source§const TYPE: &'static str = "AWS::SecretsManager::SecretTargetAttachment"
const TYPE: &'static str = "AWS::SecretsManager::SecretTargetAttachment"
Uniquely identifies the resource type.
Source§type Properties = SecretTargetAttachmentProperties
type Properties = SecretTargetAttachmentProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &SecretTargetAttachmentProperties
fn properties(&self) -> &SecretTargetAttachmentProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut SecretTargetAttachmentProperties
fn properties_mut(&mut self) -> &mut SecretTargetAttachmentProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for SecretTargetAttachment
impl RefUnwindSafe for SecretTargetAttachment
impl Send for SecretTargetAttachment
impl Sync for SecretTargetAttachment
impl Unpin for SecretTargetAttachment
impl UnwindSafe for SecretTargetAttachment
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more