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.
3561 3562 3563 |
# File 'sig/types.rbs', line 3561 def dry_run @dry_run end |
#options ⇒ Types::CreateTransitGatewayPeeringAttachmentRequestOptions
Returns the value of attribute options.
3559 3560 3561 |
# File 'sig/types.rbs', line 3559 def @options end |
#peer_account_id ⇒ ::String
Returns the value of attribute peer_account_id.
3557 3558 3559 |
# File 'sig/types.rbs', line 3557 def peer_account_id @peer_account_id end |
#peer_region ⇒ ::String
Returns the value of attribute peer_region.
3558 3559 3560 |
# File 'sig/types.rbs', line 3558 def peer_region @peer_region end |
#peer_transit_gateway_id ⇒ ::String
Returns the value of attribute peer_transit_gateway_id.
3556 3557 3558 |
# File 'sig/types.rbs', line 3556 def peer_transit_gateway_id @peer_transit_gateway_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3560 3561 3562 |
# File 'sig/types.rbs', line 3560 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3555 3556 3557 |
# File 'sig/types.rbs', line 3555 def transit_gateway_id @transit_gateway_id end |