Class: Aws::Connect::Types::HoursOfOperation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configArray<Types::HoursOfOperationConfig>

Configuration information for the hours of operation.

Returns:



10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
# File 'lib/aws-sdk-connect/types.rb', line 10840

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

#descriptionString

The description for the hours of operation.

Returns:

  • (String)


10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
# File 'lib/aws-sdk-connect/types.rb', line 10840

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_arnString

The Amazon Resource Name (ARN) for the hours of operation.

Returns:

  • (String)


10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
# File 'lib/aws-sdk-connect/types.rb', line 10840

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_idString

The identifier for the hours of operation.

Returns:

  • (String)


10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
# File 'lib/aws-sdk-connect/types.rb', line 10840

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_regionString

The Amazon Web Services Region where this resource was last modified.

Returns:

  • (String)


10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
# File 'lib/aws-sdk-connect/types.rb', line 10840

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_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
# File 'lib/aws-sdk-connect/types.rb', line 10840

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

#nameString

The name for the hours of operation.

Returns:

  • (String)


10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
# File 'lib/aws-sdk-connect/types.rb', line 10840

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

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ “Tags”: {“key1”:“value1”, “key2”:“value2”\} \}.

Returns:

  • (Hash<String,String>)


10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
# File 'lib/aws-sdk-connect/types.rb', line 10840

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_zoneString

The time zone for the hours of operation.

Returns:

  • (String)


10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
# File 'lib/aws-sdk-connect/types.rb', line 10840

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