Class: Aws::Types::ConfiguredTableAssociationAnalysisRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_association_arn::String

Returns the value of attribute configured_table_association_arn.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def configured_table_association_arn
  @configured_table_association_arn
end

#configured_table_association_id::String

Returns the value of attribute configured_table_association_id.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def configured_table_association_id
  @configured_table_association_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


768
769
770
# File 'sig/types.rbs', line 768

def create_time
  @create_time
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def membership_identifier
  @membership_identifier
end

#policyTypes::ConfiguredTableAssociationAnalysisRulePolicy

Returns the value of attribute policy.



766
767
768
# File 'sig/types.rbs', line 766

def policy
  @policy
end

#type"AGGREGATION", ...

Returns the value of attribute type.

Returns:

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


767
768
769
# File 'sig/types.rbs', line 767

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


769
770
771
# File 'sig/types.rbs', line 769

def update_time
  @update_time
end