Class: Aws::NeptuneGraph::Types::GetGraphSnapshotOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The ARN of the graph snapshot.

Returns:

  • (String)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359

class GetGraphSnapshotOutput < Struct.new(
  :id,
  :name,
  :arn,
  :source_graph_id,
  :snapshot_create_time,
  :status,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The unique identifier of the graph snapshot.

Returns:

  • (String)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359

class GetGraphSnapshotOutput < Struct.new(
  :id,
  :name,
  :arn,
  :source_graph_id,
  :snapshot_create_time,
  :status,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_identifier ⇒ String

The ID of the KMS key used to encrypt and decrypt the snapshot.

Returns:

  • (String)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359

class GetGraphSnapshotOutput < Struct.new(
  :id,
  :name,
  :arn,
  :source_graph_id,
  :snapshot_create_time,
  :status,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The snapshot name. For example: my-snapshot-1.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens. Only lowercase letters are allowed.

Returns:

  • (String)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359

class GetGraphSnapshotOutput < Struct.new(
  :id,
  :name,
  :arn,
  :source_graph_id,
  :snapshot_create_time,
  :status,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_create_time ⇒ Time

The time when the snapshot was created.

Returns:

  • (Time)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359

class GetGraphSnapshotOutput < Struct.new(
  :id,
  :name,
  :arn,
  :source_graph_id,
  :snapshot_create_time,
  :status,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#source_graph_id ⇒ String

The graph identifier for the graph for which a snapshot is to be created.

Returns:

  • (String)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359

class GetGraphSnapshotOutput < Struct.new(
  :id,
  :name,
  :arn,
  :source_graph_id,
  :snapshot_create_time,
  :status,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The status of the graph snapshot.

Returns:

  • (String)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1359

class GetGraphSnapshotOutput < Struct.new(
  :id,
  :name,
  :arn,
  :source_graph_id,
  :snapshot_create_time,
  :status,
  :kms_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end