Class: Aws::EMRContainers::Types::CreateManagedEndpointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The output contains the ARN of the managed endpoint.

Returns:

  • (String)


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

#idString

The output contains the ID of the managed endpoint.

Returns:

  • (String)


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

#nameString

The output contains the name of the managed endpoint.

Returns:

  • (String)


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_idString

The output contains the ID of the virtual cluster.

Returns:

  • (String)


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