Class: Aws::Types::CreateTransitGatewayPeeringAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayPeeringAttachmentRequest
- 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::CreateTransitGatewayPeeringAttachmentRequestOptions
Returns the value of attribute options.
-
#peer_account_id ⇒ ::String
Returns the value of attribute peer_account_id.
-
#peer_region ⇒ ::String
Returns the value of attribute peer_region.
-
#peer_transit_gateway_id ⇒ ::String
Returns the value of attribute peer_transit_gateway_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3399 3400 3401 |
# File 'sig/types.rbs', line 3399 def dry_run @dry_run end |
#options ⇒ Types::CreateTransitGatewayPeeringAttachmentRequestOptions
Returns the value of attribute options.
3397 3398 3399 |
# File 'sig/types.rbs', line 3397 def @options end |
#peer_account_id ⇒ ::String
Returns the value of attribute peer_account_id.
3395 3396 3397 |
# File 'sig/types.rbs', line 3395 def peer_account_id @peer_account_id end |
#peer_region ⇒ ::String
Returns the value of attribute peer_region.
3396 3397 3398 |
# File 'sig/types.rbs', line 3396 def peer_region @peer_region end |
#peer_transit_gateway_id ⇒ ::String
Returns the value of attribute peer_transit_gateway_id.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def peer_transit_gateway_id @peer_transit_gateway_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3398 3399 3400 |
# File 'sig/types.rbs', line 3398 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def transit_gateway_id @transit_gateway_id end |