Class: Aws::Connect::Types::AttachmentReference

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

Identifier of the attachment reference.

Returns:

  • (String)


943
944
945
946
947
948
949
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 943

class AttachmentReference < Struct.new(
  :name,
  :value,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the attachment reference type.

Returns:

  • (String)


943
944
945
946
947
948
949
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 943

class AttachmentReference < Struct.new(
  :name,
  :value,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The location path of the attachment reference.

Returns:

  • (String)


943
944
945
946
947
948
949
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 943

class AttachmentReference < Struct.new(
  :name,
  :value,
  :status)
  SENSITIVE = []
  include Aws::Structure
end