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.
912 913 914 915 916 |
# File 'lib/aws-sdk-pcs/types.rb', line 912 class GetClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |