Class: Aws::EMRContainers::Types::CreateManagedEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::CreateManagedEndpointResponse
- Defined in:
- gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The output contains the ARN of the managed endpoint.
-
#id ⇒ String
The output contains the ID of the managed endpoint.
-
#name ⇒ String
The output contains the name of the managed endpoint.
-
#virtual_cluster_id ⇒ String
The output contains the ID of the virtual cluster.
Instance Attribute Details
#arn ⇒ String
The output contains the ARN of the managed endpoint.
370 371 372 373 374 375 376 377 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 370 class CreateManagedEndpointResponse < Struct.new( :id, :name, :arn, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The output contains the ID of the managed endpoint.
370 371 372 373 374 375 376 377 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 370 class CreateManagedEndpointResponse < Struct.new( :id, :name, :arn, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The output contains the name of the managed endpoint.
370 371 372 373 374 375 376 377 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 370 class CreateManagedEndpointResponse < Struct.new( :id, :name, :arn, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |
#virtual_cluster_id ⇒ String
The output contains the ID of the virtual cluster.
370 371 372 373 374 375 376 377 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 370 class CreateManagedEndpointResponse < Struct.new( :id, :name, :arn, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |