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)


16037
16038
16039
# File 'sig/types.rbs', line 16037

def reason
  @reason
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


16036
16037
16038
# File 'sig/types.rbs', line 16036

def status
  @status
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


16035
16036
16037
# File 'sig/types.rbs', line 16035

def value
  @value
end