Class: Aws::Types::DBInstanceStatusInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def message
  @message
end

#normalBoolean

Returns the value of attribute normal.

Returns:

  • (Boolean)


620
621
622
# File 'sig/types.rbs', line 620

def normal
  @normal
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def status
  @status
end

#status_type::String

Returns the value of attribute status_type.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def status_type
  @status_type
end