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:



500
501
502
# File 'sig/types.rbs', line 500

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:



497
498
499
# File 'sig/types.rbs', line 497

def name
  @name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:



499
500
501
# File 'sig/types.rbs', line 499

def status
  @status
end

#value::String

Returns the value of attribute value.

Returns:



498
499
500
# File 'sig/types.rbs', line 498

def value
  @value
end