Class: Aws::DocDBElastic::Types::ClusterSnapshotInList

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

Overview

A list of elastic cluster snapshots.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The ARN identifier of the elastic cluster.

Returns:

  • (String)


318
319
320
321
322
323
324
325
326
# File 'lib/aws-sdk-docdbelastic/types.rb', line 318

class ClusterSnapshotInList < Struct.new(
  :cluster_arn,
  :snapshot_arn,
  :snapshot_creation_time,
  :snapshot_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_arnString

The ARN identifier of the elastic cluster snapshot.

Returns:

  • (String)


318
319
320
321
322
323
324
325
326
# File 'lib/aws-sdk-docdbelastic/types.rb', line 318

class ClusterSnapshotInList < Struct.new(
  :cluster_arn,
  :snapshot_arn,
  :snapshot_creation_time,
  :snapshot_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_creation_timeString

The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).

Returns:

  • (String)


318
319
320
321
322
323
324
325
326
# File 'lib/aws-sdk-docdbelastic/types.rb', line 318

class ClusterSnapshotInList < Struct.new(
  :cluster_arn,
  :snapshot_arn,
  :snapshot_creation_time,
  :snapshot_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_nameString

The name of the elastic cluster snapshot.

Returns:

  • (String)


318
319
320
321
322
323
324
325
326
# File 'lib/aws-sdk-docdbelastic/types.rb', line 318

class ClusterSnapshotInList < Struct.new(
  :cluster_arn,
  :snapshot_arn,
  :snapshot_creation_time,
  :snapshot_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the elastic cluster snapshot.

Returns:

  • (String)


318
319
320
321
322
323
324
325
326
# File 'lib/aws-sdk-docdbelastic/types.rb', line 318

class ClusterSnapshotInList < Struct.new(
  :cluster_arn,
  :snapshot_arn,
  :snapshot_creation_time,
  :snapshot_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end