Class: Aws::EMRContainers::Types::SecureNamespaceInfo

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

Overview

Namespace inputs for the system job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The ID of the Amazon EKS cluster where Amazon EMR on EKS jobs run.

Returns:

  • (String)


1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1714

class SecureNamespaceInfo < Struct.new(
  :cluster_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the Amazon EKS cluster where the system jobs run.

Returns:

  • (String)


1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1714

class SecureNamespaceInfo < Struct.new(
  :cluster_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end