Class: Aws::ARCZonalShift::Types::GetManagedResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::GetManagedResourceRequest
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_identifier ⇒ String
The identifier for the resource that Amazon Web Services shifts traffic for.
Instance Attribute Details
#resource_identifier ⇒ String
The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.
Amazon Application Recovery Controller currently supports enabling the following resources for zonal shift and zonal autoshift:
513 514 515 516 517 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 513 class GetManagedResourceRequest < Struct.new( :resource_identifier) SENSITIVE = [] include Aws::Structure end |