Class: Aws::ResilienceHub::Types::DescribeAppVersionResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DescribeAppVersionResourceRequest
- 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_version ⇒ String
Resilience Hub application version.
-
#aws_account_id ⇒ String
Amazon Web Services account that owns the physical resource.
-
#aws_region ⇒ String
Amazon Web Services region that owns the physical resource.
-
#logical_resource_id ⇒ Types::LogicalResourceId
Logical identifier of the resource.
-
#physical_resource_id ⇒ String
Physical identifier of the resource.
-
#resource_name ⇒ String
Name of the resource.
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.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2354 class DescribeAppVersionResourceRequest < Struct.new( :app_arn, :app_version, :aws_account_id, :aws_region, :logical_resource_id, :physical_resource_id, :resource_name) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ String
Resilience Hub application version.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2354 class DescribeAppVersionResourceRequest < Struct.new( :app_arn, :app_version, :aws_account_id, :aws_region, :logical_resource_id, :physical_resource_id, :resource_name) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
Amazon Web Services account that owns the physical resource.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2354 class DescribeAppVersionResourceRequest < Struct.new( :app_arn, :app_version, :aws_account_id, :aws_region, :logical_resource_id, :physical_resource_id, :resource_name) SENSITIVE = [] include Aws::Structure end |
#aws_region ⇒ String
Amazon Web Services region that owns the physical resource.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2354 class DescribeAppVersionResourceRequest < Struct.new( :app_arn, :app_version, :aws_account_id, :aws_region, :logical_resource_id, :physical_resource_id, :resource_name) SENSITIVE = [] include Aws::Structure end |
#logical_resource_id ⇒ Types::LogicalResourceId
Logical identifier of the resource.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2354 class DescribeAppVersionResourceRequest < Struct.new( :app_arn, :app_version, :aws_account_id, :aws_region, :logical_resource_id, :physical_resource_id, :resource_name) SENSITIVE = [] include Aws::Structure end |
#physical_resource_id ⇒ String
Physical identifier of the resource.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2354 class DescribeAppVersionResourceRequest < Struct.new( :app_arn, :app_version, :aws_account_id, :aws_region, :logical_resource_id, :physical_resource_id, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
Name of the resource.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2354 class DescribeAppVersionResourceRequest < Struct.new( :app_arn, :app_version, :aws_account_id, :aws_region, :logical_resource_id, :physical_resource_id, :resource_name) SENSITIVE = [] include Aws::Structure end |