Class: Aws::Connect::Types::HoursOfOperationsIdentifier

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

Overview

Identifier for a hours of operations resource: ARN, ID, Name

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Amazon Resource Name (ARN) of the hours of operations.



20999
21000
21001
21002
21003
21004
21005
# File 'lib/aws-sdk-connect/types.rb', line 20999

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

#idString

Unique identifier of the hours of operation.



20999
21000
21001
21002
21003
21004
21005
# File 'lib/aws-sdk-connect/types.rb', line 20999

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

#nameString

Name of the hours of operation



20999
21000
21001
21002
21003
21004
21005
# File 'lib/aws-sdk-connect/types.rb', line 20999

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