Class: Aws::DataZone::Types::HyperPodPropertiesInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_nameString

The cluster name the hyper pod properties.

Returns:

  • (String)


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