Class: Aws::Types::CreateGraphSnapshotOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGraphSnapshotOutput
- 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.
103 104 105 |
# File 'sig/types.rbs', line 103 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
101 102 103 |
# File 'sig/types.rbs', line 101 def id @id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
107 108 109 |
# File 'sig/types.rbs', line 107 def kms_key_identifier @kms_key_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
102 103 104 |
# File 'sig/types.rbs', line 102 def name @name end |
#snapshot_create_time ⇒ ::Time
Returns the value of attribute snapshot_create_time.
105 106 107 |
# File 'sig/types.rbs', line 105 def snapshot_create_time @snapshot_create_time end |
#source_graph_id ⇒ ::String
Returns the value of attribute source_graph_id.
104 105 106 |
# File 'sig/types.rbs', line 104 def source_graph_id @source_graph_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
106 107 108 |
# File 'sig/types.rbs', line 106 def status @status end |