Class: Aws::DataZone::Types::HyperPodPropertiesOutput

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_arnString

The cluster ARN of the hyper pod properties.

Returns:

  • (String)


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_nameString

The cluster name the hyper pod properties.

Returns:

  • (String)


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

#orchestratorString

The orchestrator of the hyper pod properties.

Returns:

  • (String)


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