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.
5252 5253 5254 |
# File 'sig/types.rbs', line 5252 def next_token @next_token end |
#predefined_attribute_summary_list ⇒ ::Array[Types::PredefinedAttributeSummary]
Returns the value of attribute predefined_attribute_summary_list.
5253 5254 5255 |
# File 'sig/types.rbs', line 5253 def predefined_attribute_summary_list @predefined_attribute_summary_list end |