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)


2822
2823
2824
# File 'sig/types.rbs', line 2822

def calculated_attribute_name
  @calculated_attribute_name
end

#conditions ⇒ Types::Conditions

Returns the value of attribute conditions.

Returns:



2825
2826
2827
# File 'sig/types.rbs', line 2825

def conditions
  @conditions
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2824
2825
2826
# File 'sig/types.rbs', line 2824

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2823
2824
2825
# File 'sig/types.rbs', line 2823

def display_name
  @display_name
end

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2821
2822
2823
# File 'sig/types.rbs', line 2821

def domain_name
  @domain_name
end