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

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_arnString

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

Returns:

  • (String)


2591
2592
2593
2594
2595
2596
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2591

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)


2591
2592
2593
2594
2595
2596
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2591

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