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.
18107 18108 18109 |
# File 'sig/types.rbs', line 18107 def accepter_tgw_info @accepter_tgw_info end |
#accepter_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute accepter_transit_gateway_attachment_id.
18105 18106 18107 |
# File 'sig/types.rbs', line 18105 def @accepter_transit_gateway_attachment_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
18111 18112 18113 |
# File 'sig/types.rbs', line 18111 def creation_time @creation_time end |
#options ⇒ Types::TransitGatewayPeeringAttachmentOptions
Returns the value of attribute options.
18108 18109 18110 |
# File 'sig/types.rbs', line 18108 def @options end |
#requester_tgw_info ⇒ Types::PeeringTgwInfo
Returns the value of attribute requester_tgw_info.
18106 18107 18108 |
# File 'sig/types.rbs', line 18106 def requester_tgw_info @requester_tgw_info end |
#state ⇒ "initiating", ...
Returns the value of attribute state.
18110 18111 18112 |
# File 'sig/types.rbs', line 18110 def state @state end |
#status ⇒ Types::PeeringAttachmentStatus
Returns the value of attribute status.
18109 18110 18111 |
# File 'sig/types.rbs', line 18109 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18112 18113 18114 |
# File 'sig/types.rbs', line 18112 def @tags end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18104 18105 18106 |
# File 'sig/types.rbs', line 18104 def @transit_gateway_attachment_id end |