Module: Aws::Connect::Client::_SearchPredefinedAttributesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchPredefinedAttributesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #next_token ⇒ ::String
- #predefined_attributes ⇒ ::Array[Types::PredefinedAttribute]
Instance Method Details
#approximate_total_count ⇒ ::Integer
4203 |
# File 'sig/client.rbs', line 4203 def approximate_total_count: () -> ::Integer |
#next_token ⇒ ::String
4202 |
# File 'sig/client.rbs', line 4202 def next_token: () -> ::String |
#predefined_attributes ⇒ ::Array[Types::PredefinedAttribute]
4201 |
# File 'sig/client.rbs', line 4201 def predefined_attributes: () -> ::Array[Types::PredefinedAttribute] |