Class: Aws::Types::CreateConnectPeerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectPeerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bgp_options ⇒ Types::BgpOptions
Returns the value of attribute bgp_options.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connect_attachment_id ⇒ ::String
Returns the value of attribute connect_attachment_id.
-
#core_network_address ⇒ ::String
Returns the value of attribute core_network_address.
-
#inside_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute inside_cidr_blocks.
-
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
-
#subnet_arn ⇒ ::String
Returns the value of attribute subnet_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#bgp_options ⇒ Types::BgpOptions
Returns the value of attribute bgp_options.
417 418 419 |
# File 'sig/types.rbs', line 417 def @bgp_options end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
420 421 422 |
# File 'sig/types.rbs', line 420 def client_token @client_token end |
#connect_attachment_id ⇒ ::String
Returns the value of attribute connect_attachment_id.
414 415 416 |
# File 'sig/types.rbs', line 414 def @connect_attachment_id end |
#core_network_address ⇒ ::String
Returns the value of attribute core_network_address.
415 416 417 |
# File 'sig/types.rbs', line 415 def core_network_address @core_network_address end |
#inside_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute inside_cidr_blocks.
418 419 420 |
# File 'sig/types.rbs', line 418 def inside_cidr_blocks @inside_cidr_blocks end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
416 417 418 |
# File 'sig/types.rbs', line 416 def peer_address @peer_address end |
#subnet_arn ⇒ ::String
Returns the value of attribute subnet_arn.
421 422 423 |
# File 'sig/types.rbs', line 421 def subnet_arn @subnet_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
419 420 421 |
# File 'sig/types.rbs', line 419 def @tags end |