Class: Aws::NeptuneGraph::Types::DeleteGraphSnapshotOutput

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

Returns:

  • (String)


736
737
738
739
740
741
742
743
744
745
746
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 736

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

#idString

The unique identifier of the graph snapshot.

Returns:

  • (String)


736
737
738
739
740
741
742
743
744
745
746
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 736

class DeleteGraphSnapshotOutput < 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 the snapshot.

Returns:

  • (String)


736
737
738
739
740
741
742
743
744
745
746
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 736

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

#nameString

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.

Returns:

  • (String)


736
737
738
739
740
741
742
743
744
745
746
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 736

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

#snapshot_create_timeTime

The time when the snapshot was created.

Returns:

  • (Time)


736
737
738
739
740
741
742
743
744
745
746
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 736

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

#source_graph_idString

The graph identifier for the graph from which the snapshot was created.

Returns:

  • (String)


736
737
738
739
740
741
742
743
744
745
746
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 736

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

#statusString

The status of the graph snapshot.

Returns:

  • (String)


736
737
738
739
740
741
742
743
744
745
746
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 736

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