Class: Aws::Odb::Types::CreateOdbPeeringConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CreateOdbPeeringConnectionInput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token for the ODB peering connection request.
-
#display_name ⇒ String
The display name for the ODB peering connection.
-
#odb_network_id ⇒ String
The unique identifier of the ODB network that initiates the peering connection.
-
#peer_network_id ⇒ String
The unique identifier of the peer network.
-
#tags ⇒ Hash<String,String>
The tags to assign to the ODB peering connection.
Instance Attribute Details
#client_token ⇒ String
The client token for the ODB peering connection request.
Constraints:
- Must be unique for each request.
^
A suitable default value is auto-generated. You should normally not need to pass this option.
2336 2337 2338 2339 2340 2341 2342 2343 2344 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2336 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name for the ODB peering connection.
2336 2337 2338 2339 2340 2341 2342 2343 2344 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2336 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#odb_network_id ⇒ String
The unique identifier of the ODB network that initiates the peering connection.
2336 2337 2338 2339 2340 2341 2342 2343 2344 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2336 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#peer_network_id ⇒ String
The unique identifier of the peer network. This can be either a VPC ID or another ODB network ID.
2336 2337 2338 2339 2340 2341 2342 2343 2344 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2336 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to assign to the ODB peering connection.
2336 2337 2338 2339 2340 2341 2342 2343 2344 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2336 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |