Class: Aws::PCS::Types::CreateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::CreateClusterResponse
- 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.
536 537 538 539 540 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 536 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |