Class: Aws::Connect::Types::AttachmentReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AttachmentReference
- Defined in:
- gems/aws-sdk-connect/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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the attachment reference.
-
#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
#arn ⇒ String
The Amazon Resource Name (ARN) of the attachment reference.
1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1251 class AttachmentReference < Struct.new( :name, :value, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Identifier of the attachment reference.
1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1251 class AttachmentReference < Struct.new( :name, :value, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the attachment reference type.
1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1251 class AttachmentReference < Struct.new( :name, :value, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The location path of the attachment reference.
1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1251 class AttachmentReference < Struct.new( :name, :value, :status, :arn) SENSITIVE = [] include Aws::Structure end |