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)


15395
15396
15397
# File 'sig/types.rbs', line 15395

def reason
  @reason
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


15394
15395
15396
# File 'sig/types.rbs', line 15394

def status
  @status
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


15393
15394
15395
# File 'sig/types.rbs', line 15393

def value
  @value
end