Class: Aws::Types::GraphSnapshotSummary
- Inherits:
-
Object
- Object
- Aws::Types::GraphSnapshotSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#snapshot_create_time ⇒ ::Time
Returns the value of attribute snapshot_create_time.
-
#source_graph_id ⇒ ::String
Returns the value of attribute source_graph_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
419 420 421 |
# File 'sig/types.rbs', line 419 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
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.
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.
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.
422 423 424 |
# File 'sig/types.rbs', line 422 def status @status end |