Class: Aws::DocDBElastic::Types::DeleteClusterSnapshotInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-docdbelastic/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_arnString

The ARN identifier of the elastic cluster snapshot that is to be deleted.

Returns:

  • (String)


651
652
653
654
655
# File 'lib/aws-sdk-docdbelastic/types.rb', line 651

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