Class: Aws::Types::CalculatedAttributeValue

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)


239
240
241
# File 'sig/types.rbs', line 239

def calculated_attribute_name
  @calculated_attribute_name
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def display_name
  @display_name
end

#is_data_partial::String

Returns the value of attribute is_data_partial.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def is_data_partial
  @is_data_partial
end

#last_object_timestamp::Time

Returns the value of attribute last_object_timestamp.

Returns:

  • (::Time)


244
245
246
# File 'sig/types.rbs', line 244

def last_object_timestamp
  @last_object_timestamp
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def profile_id
  @profile_id
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def value
  @value
end