Class: Aws::Connect::Types::GetEffectiveHoursOfOperationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetEffectiveHoursOfOperationsRequest
- Includes:
- Structure
- Defined in:
- 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 Amazon Connect 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.
9778 9779 9780 9781 9782 9783 9784 9785 |
# File 'lib/aws-sdk-connect/types.rb', line 9778 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.
9778 9779 9780 9781 9782 9783 9784 9785 |
# File 'lib/aws-sdk-connect/types.rb', line 9778 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 Amazon Connect instance.
9778 9779 9780 9781 9782 9783 9784 9785 |
# File 'lib/aws-sdk-connect/types.rb', line 9778 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.
9778 9779 9780 9781 9782 9783 9784 9785 |
# File 'lib/aws-sdk-connect/types.rb', line 9778 class GetEffectiveHoursOfOperationsRequest < Struct.new( :instance_id, :hours_of_operation_id, :from_date, :to_date) SENSITIVE = [] include Aws::Structure end |