Class: Aws::Types::CreateCalculatedAttributeDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :attribute_details, :conditions, :statistic])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_detailsTypes::AttributeDetails

Returns the value of attribute attribute_details.



310
311
312
# File 'sig/types.rbs', line 310

def attribute_details
  @attribute_details
end

#calculated_attribute_name::String

Returns the value of attribute calculated_attribute_name.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def calculated_attribute_name
  @calculated_attribute_name
end

#conditionsTypes::Conditions

Returns the value of attribute conditions.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def conditions
  @conditions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def display_name
  @display_name
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def domain_name
  @domain_name
end

#filterTypes::Filter

Returns the value of attribute filter.

Returns:



312
313
314
# File 'sig/types.rbs', line 312

def filter
  @filter
end

#statistic"FIRST_OCCURRENCE", ...

Returns the value of attribute statistic.

Returns:

  • ("FIRST_OCCURRENCE", "LAST_OCCURRENCE", "COUNT", "SUM", "MINIMUM", "MAXIMUM", "AVERAGE", "MAX_OCCURRENCE", "RECENT_OCCURRENCES")


313
314
315
# File 'sig/types.rbs', line 313

def statistic
  @statistic
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


315
316
317
# File 'sig/types.rbs', line 315

def tags
  @tags
end

#use_historical_dataBoolean

Returns the value of attribute use_historical_data.

Returns:

  • (Boolean)


314
315
316
# File 'sig/types.rbs', line 314

def use_historical_data
  @use_historical_data
end