Class: Aws::Types::AttachmentReference

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)


488
489
490
# File 'sig/types.rbs', line 488

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def name
  @name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


487
488
489
# File 'sig/types.rbs', line 487

def status
  @status
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def value
  @value
end