Class: Aws::Types::GraphSnapshotSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



419
420
421
# File 'sig/types.rbs', line 419

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:



417
418
419
# File 'sig/types.rbs', line 417

def id
  @id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:



423
424
425
# File 'sig/types.rbs', line 423

def kms_key_identifier
  @kms_key_identifier
end

#name::String

Returns the value of attribute name.

Returns:



418
419
420
# File 'sig/types.rbs', line 418

def name
  @name
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.

Returns:



421
422
423
# File 'sig/types.rbs', line 421

def snapshot_create_time
  @snapshot_create_time
end

#source_graph_id::String

Returns the value of attribute source_graph_id.

Returns:



420
421
422
# File 'sig/types.rbs', line 420

def source_graph_id
  @source_graph_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



422
423
424
# File 'sig/types.rbs', line 422

def status
  @status
end