Class: Aws::Connect::Types::ListChildHoursOfOperationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListChildHoursOfOperationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#child_hours_of_operations_summary_list ⇒ Array<Types::HoursOfOperationsIdentifier>
Information about the hours of operation.
-
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
-
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#child_hours_of_operations_summary_list ⇒ Array<Types::HoursOfOperationsIdentifier>
Information about the hours of operation.
19861 19862 19863 19864 19865 19866 19867 19868 |
# File 'lib/aws-sdk-connect/types.rb', line 19861 class ListChildHoursOfOperationsResponse < Struct.new( :next_token, :child_hours_of_operations_summary_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
19861 19862 19863 19864 19865 19866 19867 19868 |
# File 'lib/aws-sdk-connect/types.rb', line 19861 class ListChildHoursOfOperationsResponse < Struct.new( :next_token, :child_hours_of_operations_summary_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
19861 19862 19863 19864 19865 19866 19867 19868 |
# File 'lib/aws-sdk-connect/types.rb', line 19861 class ListChildHoursOfOperationsResponse < Struct.new( :next_token, :child_hours_of_operations_summary_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
19861 19862 19863 19864 19865 19866 19867 19868 |
# File 'lib/aws-sdk-connect/types.rb', line 19861 class ListChildHoursOfOperationsResponse < Struct.new( :next_token, :child_hours_of_operations_summary_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |