Class: Aws::MemoryDB::Types::UpdateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::UpdateClusterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
The updated cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
The updated cluster
3206 3207 3208 3209 3210 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3206 class UpdateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |