Class: Aws::Types::CreateIntermediateTableAnalysisRuleInput

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::IntermediateTableAnalysisRulePolicy

Returns the value of attribute analysis_rule_policy.



1079
1080
1081
# File 'sig/types.rbs', line 1079

def analysis_rule_policy
  @analysis_rule_policy
end

#analysis_rule_type"CUSTOM"

Returns the value of attribute analysis_rule_type.

Returns:

  • ("CUSTOM")


1078
1079
1080
# File 'sig/types.rbs', line 1078

def analysis_rule_type
  @analysis_rule_type
end

#intermediate_table_identifier::String

Returns the value of attribute intermediate_table_identifier.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def intermediate_table_identifier
  @intermediate_table_identifier
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def membership_identifier
  @membership_identifier
end