Class: Aws::Types::CreateTransitGatewayVpcAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayVpcAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#options ⇒ Types::CreateTransitGatewayVpcAttachmentRequestOptions
Returns the value of attribute options.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3511 3512 3513 |
# File 'sig/types.rbs', line 3511 def dry_run @dry_run end |
#options ⇒ Types::CreateTransitGatewayVpcAttachmentRequestOptions
Returns the value of attribute options.
3509 3510 3511 |
# File 'sig/types.rbs', line 3509 def @options end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3508 3509 3510 |
# File 'sig/types.rbs', line 3508 def subnet_ids @subnet_ids end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3510 3511 3512 |
# File 'sig/types.rbs', line 3510 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3506 3507 3508 |
# File 'sig/types.rbs', line 3506 def transit_gateway_id @transit_gateway_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3507 3508 3509 |
# File 'sig/types.rbs', line 3507 def vpc_id @vpc_id end |