Class: Aws::Connect::Types::HoursOfOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HoursOfOperation
- Includes:
- Structure
- Defined in:
- 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.
-
#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.
-
#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.
11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 |
# File 'lib/aws-sdk-connect/types.rb', line 11259 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the hours of operation.
11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 |
# File 'lib/aws-sdk-connect/types.rb', line 11259 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_arn ⇒ String
The Amazon Resource Name (ARN) for the hours of operation.
11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 |
# File 'lib/aws-sdk-connect/types.rb', line 11259 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 |
# File 'lib/aws-sdk-connect/types.rb', line 11259 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :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.
11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 |
# File 'lib/aws-sdk-connect/types.rb', line 11259 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 |
# File 'lib/aws-sdk-connect/types.rb', line 11259 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the hours of operation.
11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 |
# File 'lib/aws-sdk-connect/types.rb', line 11259 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.
11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 |
# File 'lib/aws-sdk-connect/types.rb', line 11259 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#time_zone ⇒ String
The time zone for the hours of operation.
11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 |
# File 'lib/aws-sdk-connect/types.rb', line 11259 class HoursOfOperation < Struct.new( :hours_of_operation_id, :hours_of_operation_arn, :name, :description, :time_zone, :config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |