Class: Aws::Connect::Types::GetEffectiveHoursOfOperationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetEffectiveHoursOfOperationsRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_date ⇒ String
The date from when the hours of operation are listed.
-
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#to_date ⇒ String
The date until when the hours of operation are listed.
Instance Attribute Details
#from_date ⇒ String
The date from when the hours of operation are listed.
16662 16663 16664 16665 16666 16667 16668 16669 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16662 class GetEffectiveHoursOfOperationsRequest < Struct.new( :instance_id, :hours_of_operation_id, :from_date, :to_date) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
16662 16663 16664 16665 16666 16667 16668 16669 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16662 class GetEffectiveHoursOfOperationsRequest < Struct.new( :instance_id, :hours_of_operation_id, :from_date, :to_date) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance.
16662 16663 16664 16665 16666 16667 16668 16669 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16662 class GetEffectiveHoursOfOperationsRequest < Struct.new( :instance_id, :hours_of_operation_id, :from_date, :to_date) SENSITIVE = [] include Aws::Structure end |
#to_date ⇒ String
The date until when the hours of operation are listed.
16662 16663 16664 16665 16666 16667 16668 16669 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16662 class GetEffectiveHoursOfOperationsRequest < Struct.new( :instance_id, :hours_of_operation_id, :from_date, :to_date) SENSITIVE = [] include Aws::Structure end |