Class: Aws::ResilienceHub::Types::DescribeAppVersionTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DescribeAppVersionTemplateResponse
- 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_template_body ⇒ String
The body of the template.
-
#app_version ⇒ String
The version 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.
1308 1309 1310 1311 1312 1313 1314 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1308 class DescribeAppVersionTemplateResponse < Struct.new( :app_arn, :app_template_body, :app_version) SENSITIVE = [] include Aws::Structure end |
#app_template_body ⇒ String
The body of the template.
1308 1309 1310 1311 1312 1313 1314 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1308 class DescribeAppVersionTemplateResponse < Struct.new( :app_arn, :app_template_body, :app_version) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ String
The version of the application.
1308 1309 1310 1311 1312 1313 1314 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1308 class DescribeAppVersionTemplateResponse < Struct.new( :app_arn, :app_template_body, :app_version) SENSITIVE = [] include Aws::Structure end |