Class: Aws::Connect::Types::AttachmentReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AttachmentReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about a reference when the ‘referenceType` is `ATTACHMENT`. Otherwise, null.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Identifier of the attachment reference.
-
#status ⇒ String
Status of the attachment reference type.
-
#value ⇒ String
The location path of the attachment reference.
Instance Attribute Details
#name ⇒ String
Identifier of the attachment reference.
1164 1165 1166 1167 1168 1169 1170 |
# File 'lib/aws-sdk-connect/types.rb', line 1164 class AttachmentReference < Struct.new( :name, :value, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the attachment reference type.
1164 1165 1166 1167 1168 1169 1170 |
# File 'lib/aws-sdk-connect/types.rb', line 1164 class AttachmentReference < Struct.new( :name, :value, :status) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The location path of the attachment reference.
1164 1165 1166 1167 1168 1169 1170 |
# File 'lib/aws-sdk-connect/types.rb', line 1164 class AttachmentReference < Struct.new( :name, :value, :status) SENSITIVE = [] include Aws::Structure end |