Class: Aws::Types::TransitGatewayVpcAttachment
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayVpcAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#options ⇒ Types::TransitGatewayVpcAttachmentOptions
Returns the value of attribute options.
-
#state ⇒ "initiating", ...
Returns the value of attribute state.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#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.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpc_owner_id ⇒ ::String
Returns the value of attribute vpc_owner_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
18297 18298 18299 |
# File 'sig/types.rbs', line 18297 def creation_time @creation_time end |
#options ⇒ Types::TransitGatewayVpcAttachmentOptions
Returns the value of attribute options.
18298 18299 18300 |
# File 'sig/types.rbs', line 18298 def @options end |
#state ⇒ "initiating", ...
Returns the value of attribute state.
18295 18296 18297 |
# File 'sig/types.rbs', line 18295 def state @state end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
18296 18297 18298 |
# File 'sig/types.rbs', line 18296 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18299 18300 18301 |
# File 'sig/types.rbs', line 18299 def @tags end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18291 18292 18293 |
# File 'sig/types.rbs', line 18291 def @transit_gateway_attachment_id end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18292 18293 18294 |
# File 'sig/types.rbs', line 18292 def transit_gateway_id @transit_gateway_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
18293 18294 18295 |
# File 'sig/types.rbs', line 18293 def vpc_id @vpc_id end |
#vpc_owner_id ⇒ ::String
Returns the value of attribute vpc_owner_id.
18294 18295 18296 |
# File 'sig/types.rbs', line 18294 def vpc_owner_id @vpc_owner_id end |