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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


11482
11483
11484
11485
11486
11487
11488
# File 'lib/aws-sdk-datazone/types.rb', line 11482

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)


11482
11483
11484
11485
11486
11487
11488
# File 'lib/aws-sdk-datazone/types.rb', line 11482

class HyperPodPropertiesOutput < Struct.new(
  :cluster_arn,
  :cluster_name,
  :orchestrator)
  SENSITIVE = []
  include Aws::Structure
end

#orchestratorString

The orchestrator of the hyper pod properties.

Returns:

  • (String)


11482
11483
11484
11485
11486
11487
11488
# File 'lib/aws-sdk-datazone/types.rb', line 11482

class HyperPodPropertiesOutput < Struct.new(
  :cluster_arn,
  :cluster_name,
  :orchestrator)
  SENSITIVE = []
  include Aws::Structure
end