Class: Aws::Types::GetGraphSummaryInput
- Inherits:
-
Object
- Object
- Aws::Types::GetGraphSummaryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#mode ⇒ "BASIC", "DETAILED"
Returns the value of attribute mode.
Instance Attribute Details
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
337 338 339 |
# File 'sig/types.rbs', line 337 def graph_identifier @graph_identifier end |
#mode ⇒ "BASIC", "DETAILED"
Returns the value of attribute mode.
338 339 340 |
# File 'sig/types.rbs', line 338 def mode @mode end |