Class: Aws::EMRContainers::Types::ContainerProvider

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

Overview

The information about the container provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the container cluster.

Returns:

  • (String)


223
224
225
226
227
228
229
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 223

class ContainerProvider < Struct.new(
  :type,
  :id,
  :info)
  SENSITIVE = []
  include Aws::Structure
end

#infoTypes::ContainerInfo

The information about the container cluster.



223
224
225
226
227
228
229
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 223

class ContainerProvider < Struct.new(
  :type,
  :id,
  :info)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the container provider. Amazon EKS is the only supported type as of now.

Returns:

  • (String)


223
224
225
226
227
228
229
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 223

class ContainerProvider < Struct.new(
  :type,
  :id,
  :info)
  SENSITIVE = []
  include Aws::Structure
end