Struct cfn::aws::apigateway::AccountProperties [] [src]

pub struct AccountProperties {
    pub cloud_watch_role_arn: Option<Value<String>>,
}

Properties for the Account resource.

Fields

Property CloudWatchRoleArn.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for AccountProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for AccountProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<AccountProperties> for Account
[src]

[src]

Performs the conversion.

Auto Trait Implementations