Class: Aws::Types::ListServiceProfilesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceProfilesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_profile_list ⇒ ::Array[Types::ServiceProfile]
Returns the value of attribute service_profile_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def next_token @next_token end |
#service_profile_list ⇒ ::Array[Types::ServiceProfile]
Returns the value of attribute service_profile_list.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def service_profile_list @service_profile_list end |