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
The Amazon Resource Name (ARN) of the 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 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.
1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1917 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.
1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1917 class ListAppVersionResourcesRequest < 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.
1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1917 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.
1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1917 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.
1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1917 class ListAppVersionResourcesRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token, :resolution_id) SENSITIVE = [] include Aws::Structure end |