Class: Aws::Types::UpdateCalculatedAttributeDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :conditions])

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_name::String

Returns the value of attribute calculated_attribute_name.

Returns:

  • (::String)


2791
2792
2793
# File 'sig/types.rbs', line 2791

def calculated_attribute_name
  @calculated_attribute_name
end

#conditionsTypes::Conditions

Returns the value of attribute conditions.

Returns:



2794
2795
2796
# File 'sig/types.rbs', line 2794

def conditions
  @conditions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2793
2794
2795
# File 'sig/types.rbs', line 2793

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2792
2793
2794
# File 'sig/types.rbs', line 2792

def display_name
  @display_name
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2790
2791
2792
# File 'sig/types.rbs', line 2790

def domain_name
  @domain_name
end