Class: Aws::DataZone::Types::HyperPodPropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::HyperPodPropertiesInput
- 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_name ⇒ String
The cluster name the hyper pod properties.
Instance Attribute Details
#cluster_name ⇒ String
The cluster name the hyper pod properties.
10761 10762 10763 10764 10765 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10761 class HyperPodPropertiesInput < Struct.new( :cluster_name) SENSITIVE = [] include Aws::Structure end |