Class: Aws::Types::ConfiguredTableAnalysisRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_arn::String

Returns the value of attribute configured_table_arn.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def configured_table_arn
  @configured_table_arn
end

#configured_table_id::String

Returns the value of attribute configured_table_id.

Returns:

  • (::String)


725
726
727
# File 'sig/types.rbs', line 725

def configured_table_id
  @configured_table_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


729
730
731
# File 'sig/types.rbs', line 729

def create_time
  @create_time
end

#policyTypes::ConfiguredTableAnalysisRulePolicy

Returns the value of attribute policy.



727
728
729
# File 'sig/types.rbs', line 727

def policy
  @policy
end

#type"AGGREGATION", ...

Returns the value of attribute type.

Returns:

  • ("AGGREGATION", "LIST", "CUSTOM")


728
729
730
# File 'sig/types.rbs', line 728

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


730
731
732
# File 'sig/types.rbs', line 730

def update_time
  @update_time
end