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)


709
710
711
# File 'sig/types.rbs', line 709

def configured_table_arn
  @configured_table_arn
end

#configured_table_id::String

Returns the value of attribute configured_table_id.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def configured_table_id
  @configured_table_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


712
713
714
# File 'sig/types.rbs', line 712

def create_time
  @create_time
end

#policyTypes::ConfiguredTableAnalysisRulePolicy

Returns the value of attribute policy.



710
711
712
# File 'sig/types.rbs', line 710

def policy
  @policy
end

#type"AGGREGATION", ...

Returns the value of attribute type.

Returns:

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


711
712
713
# File 'sig/types.rbs', line 711

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


713
714
715
# File 'sig/types.rbs', line 713

def update_time
  @update_time
end