Class: Aws::PCS::Types::GetClusterResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

The cluster resource.

Returns:



912
913
914
915
916
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 912

class GetClusterResponse < Struct.new(
  :cluster)
  SENSITIVE = []
  include Aws::Structure
end