Class: Aws::PCS::Types::GetClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::GetClusterResponse
- Defined in:
- gems/aws-sdk-pcs/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 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 912 class GetClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |