Class: Aws::ResilienceHub::Types::ListAppVersionResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListAppVersionResourcesRequest
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
Amazon Resource Name (ARN) of the Resilience Hub application.
-
#app_version ⇒ String
The version of the application.
-
#max_results ⇒ Integer
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
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 Amazon Web Services General Reference guide.
4057 4058 4059 4060 4061 4062 4063 4064 4065 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4057 class ListAppVersionResourcesRequest < 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.
4057 4058 4059 4060 4061 4062 4063 4064 4065 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4057 class ListAppVersionResourcesRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token, :resolution_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
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.
4057 4058 4059 4060 4061 4062 4063 4064 4065 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4057 class ListAppVersionResourcesRequest < 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.
4057 4058 4059 4060 4061 4062 4063 4064 4065 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4057 class ListAppVersionResourcesRequest < 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.
4057 4058 4059 4060 4061 4062 4063 4064 4065 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4057 class ListAppVersionResourcesRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token, :resolution_id) SENSITIVE = [] include Aws::Structure end |