Class: Aws::Types::DBClusterStatusInfo

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)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def message
  @message
end

#normalBoolean

Returns the value of attribute normal.

Returns:

  • (Boolean)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def normal
  @normal
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def status
  @status
end

#status_type::String

Returns the value of attribute status_type.

Returns:

  • (::String)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def status_type
  @status_type
end