Class: Aws::DataZone::Types::HyperPodPropertiesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::HyperPodPropertiesOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The hyper pod properties of a Amazon Web Services Glue properties patch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The cluster ARN of the hyper pod properties.
-
#cluster_name ⇒ String
The cluster name the hyper pod properties.
-
#orchestrator ⇒ String
The orchestrator of the hyper pod properties.
Instance Attribute Details
#cluster_arn ⇒ String
The cluster ARN of the hyper pod properties.
10784 10785 10786 10787 10788 10789 10790 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10784 class HyperPodPropertiesOutput < Struct.new( :cluster_arn, :cluster_name, :orchestrator) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The cluster name the hyper pod properties.
10784 10785 10786 10787 10788 10789 10790 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10784 class HyperPodPropertiesOutput < Struct.new( :cluster_arn, :cluster_name, :orchestrator) SENSITIVE = [] include Aws::Structure end |
#orchestrator ⇒ String
The orchestrator of the hyper pod properties.
10784 10785 10786 10787 10788 10789 10790 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10784 class HyperPodPropertiesOutput < Struct.new( :cluster_arn, :cluster_name, :orchestrator) SENSITIVE = [] include Aws::Structure end |