Class: Aws::NeptuneGraph::Types::CreateGraphSnapshotOutput

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 snapshot created.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417

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

#id ⇒ String

The ID of the snapshot created.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417

class CreateGraphSnapshotOutput < 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 graph data.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417

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

#name ⇒ String

The name of the snapshot created.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417

class CreateGraphSnapshotOutput < 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 snapshot creation time

Returns:

  • (Time)


417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417

class CreateGraphSnapshotOutput < 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 Id of the Neptune Analytics graph from which the snapshot is created.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417

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

#status ⇒ String

The current state of the snapshot.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 417

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