Class: Aws::MediaConnect::Types::CreateRouterNetworkInterfaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::CreateRouterNetworkInterfaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier for the request to ensure idempotency.
-
#configuration ⇒ Types::RouterNetworkInterfaceConfiguration
The configuration settings for the router network interface.
-
#name ⇒ String
The name of the router network interface.
-
#region_name ⇒ String
The AWS Region for the router network interface.
-
#tags ⇒ Hash<String,String>
Key-value pairs that can be used to tag and organize this router network interface.
Instance Attribute Details
#client_token ⇒ String
A unique identifier for the request to ensure idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1485 1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1485 class CreateRouterNetworkInterfaceRequest < Struct.new( :name, :configuration, :region_name, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::RouterNetworkInterfaceConfiguration
The configuration settings for the router network interface.
1485 1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1485 class CreateRouterNetworkInterfaceRequest < Struct.new( :name, :configuration, :region_name, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the router network interface.
1485 1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1485 class CreateRouterNetworkInterfaceRequest < Struct.new( :name, :configuration, :region_name, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#region_name ⇒ String
The AWS Region for the router network interface. Defaults to the current region if not specified.
1485 1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1485 class CreateRouterNetworkInterfaceRequest < Struct.new( :name, :configuration, :region_name, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Key-value pairs that can be used to tag and organize this router network interface.
1485 1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1485 class CreateRouterNetworkInterfaceRequest < Struct.new( :name, :configuration, :region_name, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |