Class: Aws::Types::AssociationStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_info::String

Returns the value of attribute additional_info.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def additional_info
  @additional_info
end

#date::Time

Returns the value of attribute date.

Returns:

  • (::Time)


205
206
207
# File 'sig/types.rbs', line 205

def date
  @date
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def message
  @message
end

#name"Pending", ...

Returns the value of attribute name.

Returns:

  • ("Pending", "Success", "Failed")


206
207
208
# File 'sig/types.rbs', line 206

def name
  @name
end