Class: Aws::Types::AwsRdsDbStatusInfo

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)


3678
3679
3680
# File 'sig/types.rbs', line 3678

def message
  @message
end

#normalBoolean

Returns the value of attribute normal.

Returns:

  • (Boolean)


3676
3677
3678
# File 'sig/types.rbs', line 3676

def normal
  @normal
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3677
3678
3679
# File 'sig/types.rbs', line 3677

def status
  @status
end

#status_type::String

Returns the value of attribute status_type.

Returns:

  • (::String)


3675
3676
3677
# File 'sig/types.rbs', line 3675

def status_type
  @status_type
end