Class: Aws::Types::CreateTransitGatewayConnectPeerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayConnectPeerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bgp_options ⇒ Types::TransitGatewayConnectRequestBgpOptions
Returns the value of attribute bgp_options.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#inside_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute inside_cidr_blocks.
-
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#transit_gateway_address ⇒ ::String
Returns the value of attribute transit_gateway_address.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
Instance Attribute Details
#bgp_options ⇒ Types::TransitGatewayConnectRequestBgpOptions
Returns the value of attribute bgp_options.
3419 3420 3421 |
# File 'sig/types.rbs', line 3419 def @bgp_options end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3422 3423 3424 |
# File 'sig/types.rbs', line 3422 def dry_run @dry_run end |
#inside_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute inside_cidr_blocks.
3420 3421 3422 |
# File 'sig/types.rbs', line 3420 def inside_cidr_blocks @inside_cidr_blocks end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
3418 3419 3420 |
# File 'sig/types.rbs', line 3418 def peer_address @peer_address end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3421 3422 3423 |
# File 'sig/types.rbs', line 3421 def tag_specifications @tag_specifications end |
#transit_gateway_address ⇒ ::String
Returns the value of attribute transit_gateway_address.
3417 3418 3419 |
# File 'sig/types.rbs', line 3417 def transit_gateway_address @transit_gateway_address end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
3416 3417 3418 |
# File 'sig/types.rbs', line 3416 def @transit_gateway_attachment_id end |