Class: Aws::Types::UnprocessedGraph
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedGraph
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
486 487 488 |
# File 'sig/types.rbs', line 486 def graph_arn @graph_arn end |
#reason ⇒ ::String
Returns the value of attribute reason.
487 488 489 |
# File 'sig/types.rbs', line 487 def reason @reason end |