Class: Aws::Connect::Types::HoursOfOperationsIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HoursOfOperationsIdentifier
- 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
-
#arn ⇒ String
Amazon Resource Name (ARN) of the hours of operations.
-
#id ⇒ String
Unique identifier of the hours of operation.
-
#name ⇒ String
Name of the hours of operation.
Instance Attribute Details
#arn ⇒ String
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 |
#id ⇒ String
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 |
#name ⇒ String
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 |