Class: Aws::Types::Attachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#details::Array[Types::KeyValuePair]

Returns the value of attribute details.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def details
  @details
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def id
  @id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def status
  @status
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def type
  @type
end