Method: Aws::ResilienceHub::Types::CreateAppVersionAppComponentResponse#app_arn
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
#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.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1480 1481 1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1480 class CreateAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end |