Class: Aws::Types::ListCalculatedAttributeForProfileItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_name ⇒ ::String

Returns the value of attribute calculated_attribute_name.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def calculated_attribute_name
  @calculated_attribute_name
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def display_name
  @display_name
end

#is_data_partial ⇒ ::String

Returns the value of attribute is_data_partial.

Returns:

  • (::String)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def is_data_partial
  @is_data_partial
end

#last_object_timestamp ⇒ ::Time

Returns the value of attribute last_object_timestamp.

Returns:

  • (::Time)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def last_object_timestamp
  @last_object_timestamp
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def value
  @value
end