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

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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the attachment reference.

Returns:

  • (String)


2007
2008
2009
2010
2011
2012
2013
2014
# File 'lib/aws-sdk-connect/types.rb', line 2007

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

#nameString

Identifier of the attachment reference.

Returns:

  • (String)


2007
2008
2009
2010
2011
2012
2013
2014
# File 'lib/aws-sdk-connect/types.rb', line 2007

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

#statusString

Status of the attachment reference type.

Returns:

  • (String)


2007
2008
2009
2010
2011
2012
2013
2014
# File 'lib/aws-sdk-connect/types.rb', line 2007

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

#valueString

The location path of the attachment reference.

Returns:

  • (String)


2007
2008
2009
2010
2011
2012
2013
2014
# File 'lib/aws-sdk-connect/types.rb', line 2007

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