Class: Aws::Types::ColumnIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def column_name
  @column_name
end

#data_set_identifier::String

Returns the value of attribute data_set_identifier.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def data_set_identifier
  @data_set_identifier
end

#topic_identifier::String

Returns the value of attribute topic_identifier.

Returns:

  • (::String)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def topic_identifier
  @topic_identifier
end