Class: Aws::Types::TransitGatewayPeeringAttachment
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayPeeringAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accepter_tgw_info ⇒ Types::PeeringTgwInfo
Returns the value of attribute accepter_tgw_info.
-
#accepter_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute accepter_transit_gateway_attachment_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#options ⇒ Types::TransitGatewayPeeringAttachmentOptions
Returns the value of attribute options.
-
#requester_tgw_info ⇒ Types::PeeringTgwInfo
Returns the value of attribute requester_tgw_info.
-
#state ⇒ "initiating", ...
Returns the value of attribute state.
-
#status ⇒ Types::PeeringAttachmentStatus
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
Instance Attribute Details
#accepter_tgw_info ⇒ Types::PeeringTgwInfo
Returns the value of attribute accepter_tgw_info.
18757 18758 18759 |
# File 'sig/types.rbs', line 18757 def accepter_tgw_info @accepter_tgw_info end |
#accepter_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute accepter_transit_gateway_attachment_id.
18755 18756 18757 |
# File 'sig/types.rbs', line 18755 def @accepter_transit_gateway_attachment_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
18761 18762 18763 |
# File 'sig/types.rbs', line 18761 def creation_time @creation_time end |
#options ⇒ Types::TransitGatewayPeeringAttachmentOptions
Returns the value of attribute options.
18758 18759 18760 |
# File 'sig/types.rbs', line 18758 def @options end |
#requester_tgw_info ⇒ Types::PeeringTgwInfo
Returns the value of attribute requester_tgw_info.
18756 18757 18758 |
# File 'sig/types.rbs', line 18756 def requester_tgw_info @requester_tgw_info end |
#state ⇒ "initiating", ...
Returns the value of attribute state.
18760 18761 18762 |
# File 'sig/types.rbs', line 18760 def state @state end |
#status ⇒ Types::PeeringAttachmentStatus
Returns the value of attribute status.
18759 18760 18761 |
# File 'sig/types.rbs', line 18759 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18762 18763 18764 |
# File 'sig/types.rbs', line 18762 def @tags end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18754 18755 18756 |
# File 'sig/types.rbs', line 18754 def @transit_gateway_attachment_id end |