Class: Aws::ARCZonalShift::Types::UpdateZonalAutoshiftConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::UpdateZonalAutoshiftConfigurationResponse
- 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 you updated the zonal autoshift configuration for.
-
#zonal_autoshift_status ⇒ String
The updated zonal autoshift status for the resource.
Instance Attribute Details
#resource_identifier ⇒ String
The identifier for the resource that you updated the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.
1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 1239 class UpdateZonalAutoshiftConfigurationResponse < Struct.new( :resource_identifier, :zonal_autoshift_status) SENSITIVE = [] include Aws::Structure end |
#zonal_autoshift_status ⇒ String
The updated zonal autoshift status for the resource.
1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 1239 class UpdateZonalAutoshiftConfigurationResponse < Struct.new( :resource_identifier, :zonal_autoshift_status) SENSITIVE = [] include Aws::Structure end |