Class: Aws::Resiliencehubv2::Types::ListResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListResourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
-
#service_function_id ⇒ String
The service function identifier for the returned resources.
-
#service_resources ⇒ Array<Types::ServiceResource>
The list of service resources.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
2498 2499 2500 2501 2502 2503 2504 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2498 class ListResourcesResponse < Struct.new( :service_function_id, :service_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_function_id ⇒ String
The service function identifier for the returned resources.
2498 2499 2500 2501 2502 2503 2504 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2498 class ListResourcesResponse < Struct.new( :service_function_id, :service_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_resources ⇒ Array<Types::ServiceResource>
The list of service resources.
2498 2499 2500 2501 2502 2503 2504 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2498 class ListResourcesResponse < Struct.new( :service_function_id, :service_resources, :next_token) SENSITIVE = [] include Aws::Structure end |