Class: Aws::RDS::Types::CreateDBClusterSnapshotResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshotTypes::DBClusterSnapshot

Contains the details for an Amazon RDS DB cluster snapshot

This data type is used as a response element in the DescribeDBClusterSnapshots action.



3260
3261
3262
3263
3264
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 3260

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