Class: Aws::Types::GetHumanReadableSummaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetHumanReadableSummaryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#summary_content ⇒ ::String
Returns the value of attribute summary_content.
-
#summary_state ⇒ "AVAILABLE", ...
Returns the value of attribute summary_state.
Instance Attribute Details
#locale ⇒ ::String
Returns the value of attribute locale.
790 791 792 |
# File 'sig/types.rbs', line 790 def locale @locale end |
#summary_content ⇒ ::String
Returns the value of attribute summary_content.
789 790 791 |
# File 'sig/types.rbs', line 789 def summary_content @summary_content end |
#summary_state ⇒ "AVAILABLE", ...
Returns the value of attribute summary_state.
791 792 793 |
# File 'sig/types.rbs', line 791 def summary_state @summary_state end |