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.
10067 10068 10069 10070 10071 10072 10073 10074 |
# File 'lib/aws-sdk-connect/types.rb', line 10067 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.
10067 10068 10069 10070 10071 10072 10073 10074 |
# File 'lib/aws-sdk-connect/types.rb', line 10067 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.
10067 10068 10069 10070 10071 10072 10073 10074 |
# File 'lib/aws-sdk-connect/types.rb', line 10067 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.
10067 10068 10069 10070 10071 10072 10073 10074 |
# File 'lib/aws-sdk-connect/types.rb', line 10067 class GetEffectiveHoursOfOperationsRequest < Struct.new( :instance_id, :hours_of_operation_id, :from_date, :to_date) SENSITIVE = [] include Aws::Structure end |