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.
3307 3308 3309 |
# File 'sig/types.rbs', line 3307 def @bgp_options end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3310 3311 3312 |
# File 'sig/types.rbs', line 3310 def dry_run @dry_run end |
#inside_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute inside_cidr_blocks.
3308 3309 3310 |
# File 'sig/types.rbs', line 3308 def inside_cidr_blocks @inside_cidr_blocks end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
3306 3307 3308 |
# File 'sig/types.rbs', line 3306 def peer_address @peer_address end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3309 3310 3311 |
# File 'sig/types.rbs', line 3309 def tag_specifications @tag_specifications end |
#transit_gateway_address ⇒ ::String
Returns the value of attribute transit_gateway_address.
3305 3306 3307 |
# File 'sig/types.rbs', line 3305 def transit_gateway_address @transit_gateway_address end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
3304 3305 3306 |
# File 'sig/types.rbs', line 3304 def @transit_gateway_attachment_id end |