Class: Aws::Types::DeleteDataTableAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


2266
2267
2268
# File 'sig/types.rbs', line 2266

def attribute_name
  @attribute_name
end

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:

  • (::String)


2265
2266
2267
# File 'sig/types.rbs', line 2265

def data_table_id
  @data_table_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2264
2265
2266
# File 'sig/types.rbs', line 2264

def instance_id
  @instance_id
end