Class: Aws::NeptuneGraph::Types::GraphSnapshotSummary

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

Overview

Details about a graph snapshot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the graph snapshot.

Returns:

  • (String)


1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1397

class GraphSnapshotSummary < 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)


1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1397

class GraphSnapshotSummary < 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)


1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1397

class GraphSnapshotSummary < 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)


1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1397

class GraphSnapshotSummary < 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)


1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1397

class GraphSnapshotSummary < 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 for which a snapshot is to be created.

Returns:

  • (String)


1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1397

class GraphSnapshotSummary < 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)


1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1397

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