Class: Aws::Types::GetGraphSnapshotOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetGraphSnapshotOutput
- 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.
328 329 330 |
# File 'sig/types.rbs', line 328 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
326 327 328 |
# File 'sig/types.rbs', line 326 def id @id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
332 333 334 |
# File 'sig/types.rbs', line 332 def kms_key_identifier @kms_key_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
327 328 329 |
# File 'sig/types.rbs', line 327 def name @name end |
#snapshot_create_time ⇒ ::Time
Returns the value of attribute snapshot_create_time.
330 331 332 |
# File 'sig/types.rbs', line 330 def snapshot_create_time @snapshot_create_time end |
#source_graph_id ⇒ ::String
Returns the value of attribute source_graph_id.
329 330 331 |
# File 'sig/types.rbs', line 329 def source_graph_id @source_graph_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
331 332 333 |
# File 'sig/types.rbs', line 331 def status @status end |