Class: Aws::Connect::Types::CreateHoursOfOperationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hours_of_operation_arnString

The Amazon Resource Name (ARN) for the hours of operation.

Returns:

  • (String)


3500
3501
3502
3503
3504
3505
# File 'lib/aws-sdk-connect/types.rb', line 3500

class CreateHoursOfOperationResponse < Struct.new(
  :hours_of_operation_id,
  :hours_of_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end

#hours_of_operation_idString

The identifier for the hours of operation.

Returns:

  • (String)


3500
3501
3502
3503
3504
3505
# File 'lib/aws-sdk-connect/types.rb', line 3500

class CreateHoursOfOperationResponse < Struct.new(
  :hours_of_operation_id,
  :hours_of_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end