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)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def column_name
  @column_name
end

#data_set_identifier::String

Returns the value of attribute data_set_identifier.

Returns:

  • (::String)


1821
1822
1823
# File 'sig/types.rbs', line 1821

def data_set_identifier
  @data_set_identifier
end

#topic_identifier::String

Returns the value of attribute topic_identifier.

Returns:

  • (::String)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def topic_identifier
  @topic_identifier
end