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

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

Instance Attribute Details

#configArray<Types::HoursOfOperationConfig>

Configuration information for the hours of operation.

Returns:



9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9620

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)


9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9620

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)


9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9620

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)


9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9620

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)


9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9620

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)


9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9620

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)


9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9620

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


9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9620

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)


9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9620

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