Class: Aws::ARCZonalShift::Types::UpdateZonalAutoshiftConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-arczonalshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_identifierString

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 'lib/aws-sdk-arczonalshift/types.rb', line 1239

class UpdateZonalAutoshiftConfigurationResponse < Struct.new(
  :resource_identifier,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end

#zonal_autoshift_statusString

The updated zonal autoshift status for the resource.



1239
1240
1241
1242
1243
1244
# File 'lib/aws-sdk-arczonalshift/types.rb', line 1239

class UpdateZonalAutoshiftConfigurationResponse < Struct.new(
  :resource_identifier,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end