Struct cfn::aws::iot::ThingPrincipalAttachmentProperties [] [src]

pub struct ThingPrincipalAttachmentProperties {
    pub principal: Value<String>,
    pub thing_name: Value<String>,
}

Properties for the ThingPrincipalAttachment resource.

Fields

Property Principal.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property ThingName.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for ThingPrincipalAttachmentProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for ThingPrincipalAttachmentProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for ThingPrincipalAttachmentProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ThingPrincipalAttachmentProperties> for ThingPrincipalAttachment
[src]

[src]

Performs the conversion.

Auto Trait Implementations