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

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


262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 262

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)


262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 262

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)


262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 262

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)


262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 262

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)


262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 262

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