Class: Aws::EMRContainers::Types::CreateVirtualClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::CreateVirtualClusterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token of the virtual cluster.
-
#container_provider ⇒ Types::ContainerProvider
The container provider of the virtual cluster.
-
#name ⇒ String
The specified name of the virtual cluster.
-
#security_configuration_id ⇒ String
The ID of the security configuration.
-
#tags ⇒ Hash<String,String>
The tags assigned to the virtual cluster.
Instance Attribute Details
#client_token ⇒ String
The client token of the virtual cluster.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
457 458 459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 457 class CreateVirtualClusterRequest < Struct.new( :name, :container_provider, :client_token, :tags, :security_configuration_id) SENSITIVE = [] include Aws::Structure end |
#container_provider ⇒ Types::ContainerProvider
The container provider of the virtual cluster.
457 458 459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 457 class CreateVirtualClusterRequest < Struct.new( :name, :container_provider, :client_token, :tags, :security_configuration_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The specified name of the virtual cluster.
457 458 459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 457 class CreateVirtualClusterRequest < Struct.new( :name, :container_provider, :client_token, :tags, :security_configuration_id) SENSITIVE = [] include Aws::Structure end |
#security_configuration_id ⇒ String
The ID of the security configuration.
457 458 459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 457 class CreateVirtualClusterRequest < Struct.new( :name, :container_provider, :client_token, :tags, :security_configuration_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to the virtual cluster.
457 458 459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 457 class CreateVirtualClusterRequest < Struct.new( :name, :container_provider, :client_token, :tags, :security_configuration_id) SENSITIVE = [] include Aws::Structure end |