Class: Aws::PCS::Types::UpdateClusterResponse

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 and configuration.

Returns:



2017
2018
2019
2020
2021
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2017

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