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.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def association_sync_state @association_sync_state end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def status @status end |