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.

Returns:

  • (String)


18645
18646
18647
18648
18649
18650
18651
# File 'lib/aws-sdk-connect/types.rb', line 18645

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

#idString

Unique identifier of the hours of operation.

Returns:

  • (String)


18645
18646
18647
18648
18649
18650
18651
# File 'lib/aws-sdk-connect/types.rb', line 18645

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

#nameString

Name of the hours of operation

Returns:

  • (String)


18645
18646
18647
18648
18649
18650
18651
# File 'lib/aws-sdk-connect/types.rb', line 18645

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