Class: Aws::ResilienceHub::Types::ListAppVersionAppComponentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListAppVersionAppComponentsResponse
- 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_components ⇒ Array<Types::AppComponent>
Defines an Application Component.
-
#app_version ⇒ String
The Resilience Hub application version.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
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.
2957 2958 2959 2960 2961 2962 2963 2964 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2957 class ListAppVersionAppComponentsResponse < Struct.new( :app_arn, :app_components, :app_version, :next_token) SENSITIVE = [] include Aws::Structure end |
#app_components ⇒ Array<Types::AppComponent>
Defines an Application Component.
2957 2958 2959 2960 2961 2962 2963 2964 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2957 class ListAppVersionAppComponentsResponse < Struct.new( :app_arn, :app_components, :app_version, :next_token) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ String
The Resilience Hub application version.
2957 2958 2959 2960 2961 2962 2963 2964 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2957 class ListAppVersionAppComponentsResponse < Struct.new( :app_arn, :app_components, :app_version, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
2957 2958 2959 2960 2961 2962 2963 2964 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2957 class ListAppVersionAppComponentsResponse < Struct.new( :app_arn, :app_components, :app_version, :next_token) SENSITIVE = [] include Aws::Structure end |