Class: Aws::Route53RecoveryControlConfig::Types::CreateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::CreateClusterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The result of a successful CreateCluster request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
The cluster that was created.
Instance Attribute Details
#cluster ⇒ Types::Cluster
The cluster that was created.
295 296 297 298 299 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 295 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |