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)


1433
1434
1435
1436
1437
1438
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1433

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)


1433
1434
1435
1436
1437
1438
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1433

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