Class: Aws::Types::ListResourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListResourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
-
#service_resources ⇒ ::Array[Types::ServiceResource]
Returns the value of attribute service_resources.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
762 763 764 |
# File 'sig/types.rbs', line 762 def next_token @next_token end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
760 761 762 |
# File 'sig/types.rbs', line 760 def service_function_id @service_function_id end |
#service_resources ⇒ ::Array[Types::ServiceResource]
Returns the value of attribute service_resources.
761 762 763 |
# File 'sig/types.rbs', line 761 def service_resources @service_resources end |