Class: Aws::Types::GetCalculatedAttributeForProfileResponse

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)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def calculated_attribute_name
  @calculated_attribute_name
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def display_name
  @display_name
end

#is_data_partial::String

Returns the value of attribute is_data_partial.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def is_data_partial
  @is_data_partial
end

#last_object_timestamp::Time

Returns the value of attribute last_object_timestamp.

Returns:

  • (::Time)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def last_object_timestamp
  @last_object_timestamp
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def value
  @value
end