Class: Aws::ResilienceHub::Types::ListAppVersionAppComponentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListAppVersionAppComponentsRequest
- 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
Version of the Application Component.
-
#max_results ⇒ Integer
Maximum number of Application Components to be displayed per Resilience Hub application version.
-
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
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.
3869 3870 3871 3872 3873 3874 3875 3876 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3869 class ListAppVersionAppComponentsRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ String
Version of the Application Component.
3869 3870 3871 3872 3873 3874 3875 3876 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3869 class ListAppVersionAppComponentsRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of Application Components to be displayed per Resilience Hub application version.
3869 3870 3871 3872 3873 3874 3875 3876 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3869 class ListAppVersionAppComponentsRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
3869 3870 3871 3872 3873 3874 3875 3876 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3869 class ListAppVersionAppComponentsRequest < Struct.new( :app_arn, :app_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |