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.
770 771 772 |
# File 'sig/types.rbs', line 770 def locale @locale end |
#summary_content ⇒ ::String
Returns the value of attribute summary_content.
769 770 771 |
# File 'sig/types.rbs', line 769 def summary_content @summary_content end |
#summary_state ⇒ "AVAILABLE", ...
Returns the value of attribute summary_state.
771 772 773 |
# File 'sig/types.rbs', line 771 def summary_state @summary_state end |