Class: Aws::Types::ModifyTransitGatewayVpcAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTransitGatewayVpcAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute add_subnet_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#options ⇒ Types::ModifyTransitGatewayVpcAttachmentRequestOptions
Returns the value of attribute options.
-
#remove_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute remove_subnet_ids.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
Instance Attribute Details
#add_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute add_subnet_ids.
14033 14034 14035 |
# File 'sig/types.rbs', line 14033 def add_subnet_ids @add_subnet_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14036 14037 14038 |
# File 'sig/types.rbs', line 14036 def dry_run @dry_run end |
#options ⇒ Types::ModifyTransitGatewayVpcAttachmentRequestOptions
Returns the value of attribute options.
14035 14036 14037 |
# File 'sig/types.rbs', line 14035 def @options end |
#remove_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute remove_subnet_ids.
14034 14035 14036 |
# File 'sig/types.rbs', line 14034 def remove_subnet_ids @remove_subnet_ids end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
14032 14033 14034 |
# File 'sig/types.rbs', line 14032 def @transit_gateway_attachment_id end |