Class: Aws::PCS::Types::GetClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::GetClusterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
The cluster resource.
Instance Attribute Details
#cluster ⇒ Types::Cluster
The cluster resource.
1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-pcs/types.rb', line 1078 class GetClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |