Class: Aws::EMRContainers::Types::ContainerProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::ContainerProvider
- 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
-
#id ⇒ String
The ID of the container cluster.
-
#info ⇒ Types::ContainerInfo
The information about the container cluster.
-
#type ⇒ String
The type of the container provider.
Instance Attribute Details
#id ⇒ String
The ID of 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 |
#info ⇒ Types::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 |
#type ⇒ String
The type of the container provider. Amazon EKS is the only supported type as of now.
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 |