Class: Aws::Connect::Types::HoursOfOperationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains summary information about hours of operation for a contact center.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


9741
9742
9743
9744
9745
9746
9747
9748
9749
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9741

class HoursOfOperationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the hours of operation.

Returns:

  • (String)


9741
9742
9743
9744
9745
9746
9747
9748
9749
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9741

class HoursOfOperationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :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)


9741
9742
9743
9744
9745
9746
9747
9748
9749
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9741

class HoursOfOperationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


9741
9742
9743
9744
9745
9746
9747
9748
9749
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9741

class HoursOfOperationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the hours of operation.

Returns:

  • (String)


9741
9742
9743
9744
9745
9746
9747
9748
9749
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9741

class HoursOfOperationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end