Class: Aws::Types::ListCalculatedAttributeDefinitionItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_name::String

Returns the value of attribute calculated_attribute_name.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def calculated_attribute_name
  @calculated_attribute_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def display_name
  @display_name
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def last_updated_at
  @last_updated_at
end

#status"PREPARING", ...

Returns the value of attribute status.

Returns:

  • ("PREPARING", "IN_PROGRESS", "COMPLETED", "FAILED")


1668
1669
1670
# File 'sig/types.rbs', line 1668

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1669
1670
1671
# File 'sig/types.rbs', line 1669

def tags
  @tags
end

#use_historical_dataBoolean

Returns the value of attribute use_historical_data.

Returns:

  • (Boolean)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def use_historical_data
  @use_historical_data
end