Class: Aws::Types::Reference

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


6713
6714
6715
# File 'sig/types.rbs', line 6713

def arn
  @arn
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "DELETED", "APPROVED", "REJECTED", "PROCESSING", "FAILED")


6712
6713
6714
# File 'sig/types.rbs', line 6712

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


6714
6715
6716
# File 'sig/types.rbs', line 6714

def status_reason
  @status_reason
end

#type"URL", ...

Returns the value of attribute type.

Returns:

  • ("URL", "ATTACHMENT", "CONTACT_ANALYSIS", "NUMBER", "STRING", "DATE", "EMAIL", "EMAIL_MESSAGE", "EMAIL_MESSAGE_PLAIN_TEXT", "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED", "EMAIL_MESSAGE_REDACTED")


6711
6712
6713
# File 'sig/types.rbs', line 6711

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


6710
6711
6712
# File 'sig/types.rbs', line 6710

def value
  @value
end