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:



11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
# File 'lib/aws-sdk-connect/types.rb', line 11100

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)


11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
# File 'lib/aws-sdk-connect/types.rb', line 11100

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)


11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
# File 'lib/aws-sdk-connect/types.rb', line 11100

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)


11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
# File 'lib/aws-sdk-connect/types.rb', line 11100

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)


11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
# File 'lib/aws-sdk-connect/types.rb', line 11100

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)


11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
# File 'lib/aws-sdk-connect/types.rb', line 11100

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)


11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
# File 'lib/aws-sdk-connect/types.rb', line 11100

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>)


11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
# File 'lib/aws-sdk-connect/types.rb', line 11100

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)


11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
# File 'lib/aws-sdk-connect/types.rb', line 11100

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