Class: Aws::Types::UpdateCalculatedAttributeDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_details ⇒ Types::AttributeDetails

Returns the value of attribute attribute_details.



2837
2838
2839
# File 'sig/types.rbs', line 2837

def attribute_details
  @attribute_details
end

#calculated_attribute_name ⇒ ::String

Returns the value of attribute calculated_attribute_name.

Returns:

  • (::String)


2830
2831
2832
# File 'sig/types.rbs', line 2830

def calculated_attribute_name
  @calculated_attribute_name
end

#conditions ⇒ Types::Conditions

Returns the value of attribute conditions.

Returns:



2836
2837
2838
# File 'sig/types.rbs', line 2836

def conditions
  @conditions
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2833
2834
2835
# File 'sig/types.rbs', line 2833

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2832
2833
2834
# File 'sig/types.rbs', line 2832

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2831
2832
2833
# File 'sig/types.rbs', line 2831

def display_name
  @display_name
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2834
2835
2836
# File 'sig/types.rbs', line 2834

def last_updated_at
  @last_updated_at
end

#readiness ⇒ Types::Readiness

Returns the value of attribute readiness.

Returns:



2840
2841
2842
# File 'sig/types.rbs', line 2840

def readiness
  @readiness
end

#statistic ⇒ "FIRST_OCCURRENCE", ...

Returns the value of attribute statistic.

Returns:

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


2835
2836
2837
# File 'sig/types.rbs', line 2835

def statistic
  @statistic
end

#status ⇒ "PREPARING", ...

Returns the value of attribute status.

Returns:

  • ("PREPARING", "IN_PROGRESS", "COMPLETED", "FAILED")


2839
2840
2841
# File 'sig/types.rbs', line 2839

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


2841
2842
2843
# File 'sig/types.rbs', line 2841

def tags
  @tags
end

#use_historical_data ⇒ Boolean

Returns the value of attribute use_historical_data.

Returns:

  • (Boolean)


2838
2839
2840
# File 'sig/types.rbs', line 2838

def use_historical_data
  @use_historical_data
end