Class: Aws::Resiliencehubv2::Types::ListResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListResourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_region ⇒ String
Filter resources by AWS Region.
-
#billable ⇒ Boolean
Specifies whether to filter non-billable resources.
-
#max_results ⇒ Integer
Pagination page size.
-
#next_token ⇒ String
Pagination token.
-
#resource_types ⇒ Array<String>
The CloudFormation resource types to include in the response.
-
#service_arn ⇒ String
ARN identifier.
-
#service_function_id ⇒ String
Filter resources by service function identifier.
Instance Attribute Details
#aws_region ⇒ String
Filter resources by AWS Region.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2472 class ListResourcesRequest < Struct.new( :service_arn, :service_function_id, :aws_region, :resource_types, :billable, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#billable ⇒ Boolean
Specifies whether to filter non-billable resources. When true (the default), the operation returns only billable resources.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2472 class ListResourcesRequest < Struct.new( :service_arn, :service_function_id, :aws_region, :resource_types, :billable, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Pagination page size.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2472 class ListResourcesRequest < Struct.new( :service_arn, :service_function_id, :aws_region, :resource_types, :billable, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2472 class ListResourcesRequest < Struct.new( :service_arn, :service_function_id, :aws_region, :resource_types, :billable, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
The CloudFormation resource types to include in the response.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2472 class ListResourcesRequest < Struct.new( :service_arn, :service_function_id, :aws_region, :resource_types, :billable, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2472 class ListResourcesRequest < Struct.new( :service_arn, :service_function_id, :aws_region, :resource_types, :billable, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_function_id ⇒ String
Filter resources by service function identifier.
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2472 class ListResourcesRequest < Struct.new( :service_arn, :service_function_id, :aws_region, :resource_types, :billable, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |