Class: Aws::EMRContainers::Types::CreateVirtualClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::CreateVirtualClusterResponse
- Defined in:
- gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
This output contains the ARN of virtual cluster.
-
#id ⇒ String
This output contains the virtual cluster ID.
-
#name ⇒ String
This output contains the name of the virtual cluster.
Instance Attribute Details
#arn ⇒ String
This output contains the ARN of virtual cluster.
481 482 483 484 485 486 487 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 481 class CreateVirtualClusterResponse < Struct.new( :id, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
This output contains the virtual cluster ID.
481 482 483 484 485 486 487 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 481 class CreateVirtualClusterResponse < Struct.new( :id, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
This output contains the name of the virtual cluster.
481 482 483 484 485 486 487 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 481 class CreateVirtualClusterResponse < Struct.new( :id, :name, :arn) SENSITIVE = [] include Aws::Structure end |