Class: Aws::Types::CreateConfiguredTableAssociationAnalysisRuleInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rule_policyTypes::ConfiguredTableAssociationAnalysisRulePolicy

Returns the value of attribute analysis_rule_policy.



1005
1006
1007
# File 'sig/types.rbs', line 1005

def analysis_rule_policy
  @analysis_rule_policy
end

#analysis_rule_type"AGGREGATION", ...

Returns the value of attribute analysis_rule_type.

Returns:

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


1004
1005
1006
# File 'sig/types.rbs', line 1004

def analysis_rule_type
  @analysis_rule_type
end

#configured_table_association_identifier::String

Returns the value of attribute configured_table_association_identifier.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def configured_table_association_identifier
  @configured_table_association_identifier
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def membership_identifier
  @membership_identifier
end