Class: Aws::Types::CalculatedField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:expression])

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_identifier::String

Returns the value of attribute data_set_identifier.

Returns:

  • (::String)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def data_set_identifier
  @data_set_identifier
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def expression
  @expression
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def name
  @name
end

#topic_identifier::String

Returns the value of attribute topic_identifier.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def topic_identifier
  @topic_identifier
end