Class: Aws::Types::DisallowIntermediateTableInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#include_descendantsBoolean

Returns the value of attribute include_descendants.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def membership_identifier
  @membership_identifier
end