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:



459
460
461
# File 'sig/types.rbs', line 459

def message
  @message
end

#normalBoolean

Returns the value of attribute normal.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def normal
  @normal
end

#status::String

Returns the value of attribute status.

Returns:



458
459
460
# File 'sig/types.rbs', line 458

def status
  @status
end

#status_type::String

Returns the value of attribute status_type.

Returns:



456
457
458
# File 'sig/types.rbs', line 456

def status_type
  @status_type
end