Class: Aws::Types::DisallowIntermediateTableInput
- Inherits:
-
Object
- Object
- Aws::Types::DisallowIntermediateTableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_descendants ⇒ Boolean
Returns the value of attribute include_descendants.
-
#intermediate_table_name ⇒ ::String
Returns the value of attribute intermediate_table_name.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#include_descendants ⇒ Boolean
Returns the value of attribute include_descendants.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def include_descendants @include_descendants end |
#intermediate_table_name ⇒ ::String
Returns the value of attribute intermediate_table_name.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def intermediate_table_name @intermediate_table_name end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def membership_identifier @membership_identifier end |