Class: Aws::Connect::Types::HoursOfOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HoursOfOperation
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about of the hours of operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config ⇒ Array<Types::HoursOfOperationConfig>
Configuration information for the hours of operation.
-
#description ⇒ String
The description for the hours of operation.
-
#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.
-
#name ⇒ String
The name for the hours of operation.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
-
#time_zone ⇒ String
The time zone for the hours of operation.
Instance Attribute Details
#config ⇒ Array<Types::HoursOfOperationConfig>
Configuration information for the hours of operation.
5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5193 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the hours of operation.
5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5193 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_arn ⇒ String
The Amazon Resource Name (ARN) for the hours of operation.
5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5193 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5193 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the hours of operation.
5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5193 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5193 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags) SENSITIVE = [] include Aws::Structure end |
#time_zone ⇒ String
The time zone for the hours of operation.
5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5193 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags) SENSITIVE = [] include Aws::Structure end |