Class: Aws::ResilienceHub::Types::ListUnsupportedAppVersionResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListUnsupportedAppVersionResourcesRequest
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the Resilience Hub application.
-
#app_version ⇒ String
The version of the application.
-
#max_results ⇒ Integer
The maximum number of results to include in the response.
-
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
-
#resolution_id ⇒ String
The identifier for a specific resolution.
Instance Attribute Details
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the Resilience Hub application.
The format for this ARN is:
arn:partition
:resiliencehub:region
:account
:app/app-id
. For
more information about ARNs, see Amazon Resource Names (ARNs)
in the AWS General Reference guide.
3527 3528 3529 3530 3531 3532 3533 3534 3535 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3527 class ListUnsupportedAppVersionResourcesRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token, :resolution_id) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ String
The version of the application.
3527 3528 3529 3530 3531 3532 3533 3534 3535 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3527 class ListUnsupportedAppVersionResourcesRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token, :resolution_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to include in the response. If more
results exist than the specified MaxResults
value, a token is
included in the response so that the remaining results can be
retrieved.
3527 3528 3529 3530 3531 3532 3533 3534 3535 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3527 class ListUnsupportedAppVersionResourcesRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token, :resolution_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
3527 3528 3529 3530 3531 3532 3533 3534 3535 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3527 class ListUnsupportedAppVersionResourcesRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token, :resolution_id) SENSITIVE = [] include Aws::Structure end |
#resolution_id ⇒ String
The identifier for a specific resolution.
3527 3528 3529 3530 3531 3532 3533 3534 3535 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3527 class ListUnsupportedAppVersionResourcesRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token, :resolution_id) SENSITIVE = [] include Aws::Structure end |