Class: Aws::Connect::Types::CreateHoursOfOperationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateHoursOfOperationResponse
- Defined in:
- gems/aws-sdk-connect/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.
3961 3962 3963 3964 3965 3966 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3961 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.
3961 3962 3963 3964 3965 3966 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3961 class CreateHoursOfOperationResponse < Struct.new( :hours_of_operation_id, :hours_of_operation_arn) SENSITIVE = [] include Aws::Structure end |