Class: Aws::Connect::Types::CreateHoursOfOperationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateHoursOfOperationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hours_of_operation_arn ⇒ String
The Amazon Resource Name (ARN) for the hours of operation.
-
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
Instance Attribute Details
#hours_of_operation_arn ⇒ String
The Amazon Resource Name (ARN) for the hours of operation.
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_id ⇒ String
The identifier for the hours of operation.
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 |