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)


1244
1245
1246
# File 'sig/types.rbs', line 1244

def data_set_identifier
  @data_set_identifier
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def expression
  @expression
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def name
  @name
end

#topic_identifier::String

Returns the value of attribute topic_identifier.

Returns:

  • (::String)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def topic_identifier
  @topic_identifier
end