Class: Aws::Types::TransitGatewayAttachment
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association ⇒ Types::TransitGatewayAttachmentAssociation
Returns the value of attribute association.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
-
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
-
#state ⇒ "initiating", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#transit_gateway_owner_id ⇒ ::String
Returns the value of attribute transit_gateway_owner_id.
Instance Attribute Details
#association ⇒ Types::TransitGatewayAttachmentAssociation
Returns the value of attribute association.
18530 18531 18532 |
# File 'sig/types.rbs', line 18530 def association @association end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
18531 18532 18533 |
# File 'sig/types.rbs', line 18531 def creation_time @creation_time end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
18528 18529 18530 |
# File 'sig/types.rbs', line 18528 def resource_id @resource_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
18526 18527 18528 |
# File 'sig/types.rbs', line 18526 def resource_owner_id @resource_owner_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18527 18528 18529 |
# File 'sig/types.rbs', line 18527 def resource_type @resource_type end |
#state ⇒ "initiating", ...
Returns the value of attribute state.
18529 18530 18531 |
# File 'sig/types.rbs', line 18529 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18532 18533 18534 |
# File 'sig/types.rbs', line 18532 def @tags end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18523 18524 18525 |
# File 'sig/types.rbs', line 18523 def @transit_gateway_attachment_id end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18524 18525 18526 |
# File 'sig/types.rbs', line 18524 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_owner_id ⇒ ::String
Returns the value of attribute transit_gateway_owner_id.
18525 18526 18527 |
# File 'sig/types.rbs', line 18525 def transit_gateway_owner_id @transit_gateway_owner_id end |