Class: Aws::Connect::Types::CreateHoursOfOperationOverrideResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hours_of_operation_override_idString

The identifier for the hours of operation override.

Returns:

  • (String)


5974
5975
5976
5977
5978
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5974

class CreateHoursOfOperationOverrideResponse < Struct.new(
  :hours_of_operation_override_id)
  SENSITIVE = []
  include Aws::Structure
end