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.
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 |
#id ⇒ String
Unique identifier of the hours of operation.
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 |
#name ⇒ String
Name of the hours of operation
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 |