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)


12387
12388
12389
12390
12391
12392
12393
# File 'lib/aws-sdk-datazone/types.rb', line 12387

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

#cluster_nameString

The cluster name the hyper pod properties.

Returns:

  • (String)


12387
12388
12389
12390
12391
12392
12393
# File 'lib/aws-sdk-datazone/types.rb', line 12387

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

#orchestratorString

The orchestrator of the hyper pod properties.

Returns:

  • (String)


12387
12388
12389
12390
12391
12392
12393
# File 'lib/aws-sdk-datazone/types.rb', line 12387

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