Class: Aws::DocDBElastic::Types::GetClusterSnapshotInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdbelastic/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.

Returns:

  • (String)


644
645
646
647
648
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 644

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