Class: Aws::Types::DestinationFieldProperties
- Inherits:
-
Object
- Object
- Aws::Types::DestinationFieldProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_creatable ⇒ Boolean
Returns the value of attribute is_creatable.
-
#is_defaulted_on_create ⇒ Boolean
Returns the value of attribute is_defaulted_on_create.
-
#is_nullable ⇒ Boolean
Returns the value of attribute is_nullable.
-
#is_updatable ⇒ Boolean
Returns the value of attribute is_updatable.
-
#is_upsertable ⇒ Boolean
Returns the value of attribute is_upsertable.
-
#supported_write_operations ⇒ ::Array[("INSERT" | "UPSERT" | "UPDATE" | "DELETE")]
Returns the value of attribute supported_write_operations.
Instance Attribute Details
#is_creatable ⇒ Boolean
Returns the value of attribute is_creatable.
546 547 548 |
# File 'sig/types.rbs', line 546 def is_creatable @is_creatable end |
#is_defaulted_on_create ⇒ Boolean
Returns the value of attribute is_defaulted_on_create.
550 551 552 |
# File 'sig/types.rbs', line 550 def is_defaulted_on_create @is_defaulted_on_create end |
#is_nullable ⇒ Boolean
Returns the value of attribute is_nullable.
547 548 549 |
# File 'sig/types.rbs', line 547 def is_nullable @is_nullable end |
#is_updatable ⇒ Boolean
Returns the value of attribute is_updatable.
549 550 551 |
# File 'sig/types.rbs', line 549 def is_updatable @is_updatable end |
#is_upsertable ⇒ Boolean
Returns the value of attribute is_upsertable.
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.
551 552 553 |
# File 'sig/types.rbs', line 551 def supported_write_operations @supported_write_operations end |