Class: Aws::MemoryDB::Types::CreateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CreateClusterResponse
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
The newly-created cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
The newly-created cluster.
781 782 783 784 785 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 781 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |