Class: Aws::Types::DeletionWarning

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_id::String

Returns the value of attribute configuration_id.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def configuration_id
  @configuration_id
end

#warning_code::Integer

Returns the value of attribute warning_code.

Returns:

  • (::Integer)


216
217
218
# File 'sig/types.rbs', line 216

def warning_code
  @warning_code
end

#warning_text::String

Returns the value of attribute warning_text.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def warning_text
  @warning_text
end