Class: Aws::ResilienceHub::Types::PublishAppVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::PublishAppVersionRequest
- Includes:
- Structure
- Defined in:
- 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.
-
#version_name ⇒ String
Name of the application version.
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 *Amazon Web Services General Reference* guide.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4931 class PublishAppVersionRequest < Struct.new( :app_arn, :version_name) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
Name of the application version.
4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4931 class PublishAppVersionRequest < Struct.new( :app_arn, :version_name) SENSITIVE = [] include Aws::Structure end |