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
Amazon Resource Name (ARN) of the Resilience Hub application.
-
#app_components ⇒ Array<Types::AppComponent>
Defines an Application Component.
-
#app_version ⇒ String
Resilience Hub application version.
-
#next_token ⇒ String
Token for the next set of results, or null if there are no more 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 AWS General Reference guide.
3330 3331 3332 3333 3334 3335 3336 3337 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3330 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.
3330 3331 3332 3333 3334 3335 3336 3337 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3330 class ListAppVersionAppComponentsResponse < Struct.new( :app_arn, :app_components, :app_version, :next_token) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ String
Resilience Hub application version.
3330 3331 3332 3333 3334 3335 3336 3337 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3330 class ListAppVersionAppComponentsResponse < Struct.new( :app_arn, :app_components, :app_version, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results, or null if there are no more results.
3330 3331 3332 3333 3334 3335 3336 3337 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3330 class ListAppVersionAppComponentsResponse < Struct.new( :app_arn, :app_components, :app_version, :next_token) SENSITIVE = [] include Aws::Structure end |