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.
741 742 743 |
# File 'sig/types.rbs', line 741 def next_token @next_token end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
739 740 741 |
# File 'sig/types.rbs', line 739 def service_function_id @service_function_id end |
#service_resources ⇒ ::Array[Types::ServiceResource]
Returns the value of attribute service_resources.
740 741 742 |
# File 'sig/types.rbs', line 740 def service_resources @service_resources end |