Class: Aws::Types::PtrUpdateStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


16031
16032
16033
# File 'sig/types.rbs', line 16031

def reason
  @reason
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


16030
16031
16032
# File 'sig/types.rbs', line 16030

def status
  @status
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


16029
16030
16031
# File 'sig/types.rbs', line 16029

def value
  @value
end