Class: Aws::Types::SyncState
- Inherits:
-
Object
- Object
- Aws::Types::SyncState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
Returns the value of attribute attachment.
-
#config ⇒ ::Hash[::String, Types::PerObjectStatus]
Returns the value of attribute config.
-
#nat_gateway_attachments ⇒ ::Array[Types::NatGatewayAttachment]
Returns the value of attribute nat_gateway_attachments.
Instance Attribute Details
#attachment ⇒ Types::Attachment
Returns the value of attribute attachment.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def @attachment end |
#config ⇒ ::Hash[::String, Types::PerObjectStatus]
Returns the value of attribute config.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def config @config end |
#nat_gateway_attachments ⇒ ::Array[Types::NatGatewayAttachment]
Returns the value of attribute nat_gateway_attachments.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def @nat_gateway_attachments end |