Class: Aws::Types::ListPredefinedAttributesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPredefinedAttributesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#predefined_attribute_summary_list ⇒ ::Array[Types::PredefinedAttributeSummary]
Returns the value of attribute predefined_attribute_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5185 5186 5187 |
# File 'sig/types.rbs', line 5185 def next_token @next_token end |
#predefined_attribute_summary_list ⇒ ::Array[Types::PredefinedAttributeSummary]
Returns the value of attribute predefined_attribute_summary_list.
5186 5187 5188 |
# File 'sig/types.rbs', line 5186 def predefined_attribute_summary_list @predefined_attribute_summary_list end |