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

#arnString

The ARN of the snapshot created.

Returns:

  • (String)


345
346
347
348
349
350
351
352
353
354
355
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 345

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

#idString

The ID of the snapshot created.

Returns:

  • (String)


345
346
347
348
349
350
351
352
353
354
355
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 345

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

#kms_key_identifierString

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

Returns:

  • (String)


345
346
347
348
349
350
351
352
353
354
355
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 345

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

#nameString

The name of the snapshot created.

Returns:

  • (String)


345
346
347
348
349
350
351
352
353
354
355
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 345

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

#snapshot_create_timeTime

The snapshot creation time

Returns:

  • (Time)


345
346
347
348
349
350
351
352
353
354
355
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 345

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

#source_graph_idString

The Id of the Neptune Analytics graph from which the snapshot is created.

Returns:

  • (String)


345
346
347
348
349
350
351
352
353
354
355
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 345

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

#statusString

The current state of the snapshot.

Returns:

  • (String)


345
346
347
348
349
350
351
352
353
354
355
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 345

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