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.
20172 20173 20174 20175 20176 20177 20178 |
# File 'lib/aws-sdk-connect/types.rb', line 20172 class HoursOfOperationsIdentifier < Struct.new( :name, :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique identifier of the hours of operation.
20172 20173 20174 20175 20176 20177 20178 |
# File 'lib/aws-sdk-connect/types.rb', line 20172 class HoursOfOperationsIdentifier < Struct.new( :name, :id, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the hours of operation
20172 20173 20174 20175 20176 20177 20178 |
# File 'lib/aws-sdk-connect/types.rb', line 20172 class HoursOfOperationsIdentifier < Struct.new( :name, :id, :arn) SENSITIVE = [] include Aws::Structure end |