Class: Aws::ResilienceHub::Types::DescribeAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DescribeAppRequest
- 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.
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.
1171 1172 1173 1174 1175 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1171 class DescribeAppRequest < Struct.new( :app_arn) SENSITIVE = [] include Aws::Structure end |