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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arczonalshift/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.

Returns:

  • (String)


909
910
911
912
913
914
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 909

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

#zonal_autoshift_statusString

The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.

Returns:

  • (String)


909
910
911
912
913
914
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 909

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