Class: Aws::RDS::Types::DeleteDBClusterAutomatedBackupMessage

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_resource_idString

The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.

Returns:

  • (String)


11031
11032
11033
11034
11035
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11031

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