Class: Aws::Types::SchemaChangeDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def name
  @name
end

#type"ADD", ...

Returns the value of attribute type.

Returns:

  • ("ADD", "REMOVE", "MODIFY")


980
981
982
# File 'sig/types.rbs', line 980

def type
  @type
end