Class: Aws::Types::DestinationFieldProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_creatableBoolean

Returns the value of attribute is_creatable.

Returns:

  • (Boolean)


546
547
548
# File 'sig/types.rbs', line 546

def is_creatable
  @is_creatable
end

#is_defaulted_on_createBoolean

Returns the value of attribute is_defaulted_on_create.

Returns:

  • (Boolean)


550
551
552
# File 'sig/types.rbs', line 550

def is_defaulted_on_create
  @is_defaulted_on_create
end

#is_nullableBoolean

Returns the value of attribute is_nullable.

Returns:

  • (Boolean)


547
548
549
# File 'sig/types.rbs', line 547

def is_nullable
  @is_nullable
end

#is_updatableBoolean

Returns the value of attribute is_updatable.

Returns:

  • (Boolean)


549
550
551
# File 'sig/types.rbs', line 549

def is_updatable
  @is_updatable
end

#is_upsertableBoolean

Returns the value of attribute is_upsertable.

Returns:

  • (Boolean)


548
549
550
# File 'sig/types.rbs', line 548

def is_upsertable
  @is_upsertable
end

#supported_write_operations::Array[("INSERT" | "UPSERT" | "UPDATE" | "DELETE")]

Returns the value of attribute supported_write_operations.

Returns:

  • (::Array[("INSERT" | "UPSERT" | "UPDATE" | "DELETE")])


551
552
553
# File 'sig/types.rbs', line 551

def supported_write_operations
  @supported_write_operations
end