Class: Aws::Types::VpcEndpointAssociationStatus
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpointAssociationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_sync_state ⇒ ::Hash[::String, Types::AZSyncState]
Returns the value of attribute association_sync_state.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
Instance Attribute Details
#association_sync_state ⇒ ::Hash[::String, Types::AZSyncState]
Returns the value of attribute association_sync_state.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def association_sync_state @association_sync_state end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def status @status end |