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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3367
3368
3369
3370
3371
# File 'lib/aws-sdk-rds/types.rb', line 3367

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