Class: Aws::Types::StatusRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cause::String

Returns the value of attribute cause.

Returns:

  • (::String)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def cause
  @cause
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def last_updated_timestamp
  @last_updated_timestamp
end

#status"ENABLED", ...

Returns the value of attribute status.

Returns:

  • ("ENABLED", "REINSTATED", "DISABLED")


1935
1936
1937
# File 'sig/types.rbs', line 1935

def status
  @status
end