Class: Aws::EMRContainers::Types::SecureNamespaceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::SecureNamespaceInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Namespace inputs for the system job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The ID of the Amazon EKS cluster where Amazon EMR on EKS jobs run.
-
#namespace ⇒ String
The namespace of the Amazon EKS cluster where the system jobs run.
Instance Attribute Details
#cluster_id ⇒ String
The ID of the Amazon EKS cluster where Amazon EMR on EKS jobs run.
1714 1715 1716 1717 1718 1719 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1714 class SecureNamespaceInfo < Struct.new( :cluster_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the Amazon EKS cluster where the system jobs run.
1714 1715 1716 1717 1718 1719 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1714 class SecureNamespaceInfo < Struct.new( :cluster_id, :namespace) SENSITIVE = [] include Aws::Structure end |