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)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def message
  @message
end

#normalBoolean

Returns the value of attribute normal.

Returns:

  • (Boolean)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def normal
  @normal
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def status
  @status
end

#status_type::String

Returns the value of attribute status_type.

Returns:

  • (::String)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def status_type
  @status_type
end