Class: Aws::Types::SchemaChangeRequestDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#changes::Array[Types::SchemaChangeDetails]

Returns the value of attribute changes.

Returns:



986
987
988
# File 'sig/types.rbs', line 986

def changes
  @changes
end

#schema_change_at::Time

Returns the value of attribute schema_change_at.

Returns:

  • (::Time)


987
988
989
# File 'sig/types.rbs', line 987

def schema_change_at
  @schema_change_at
end