Class: Aws::Types::CreateTransitGatewayConnectRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayConnectRequest
- 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::CreateTransitGatewayConnectRequestOptions
Returns the value of attribute options.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#transport_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transport_transit_gateway_attachment_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3323 3324 3325 |
# File 'sig/types.rbs', line 3323 def dry_run @dry_run end |
#options ⇒ Types::CreateTransitGatewayConnectRequestOptions
Returns the value of attribute options.
3321 3322 3323 |
# File 'sig/types.rbs', line 3321 def @options end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3322 3323 3324 |
# File 'sig/types.rbs', line 3322 def tag_specifications @tag_specifications end |
#transport_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transport_transit_gateway_attachment_id.
3320 3321 3322 |
# File 'sig/types.rbs', line 3320 def @transport_transit_gateway_attachment_id end |