Class: Aws::Types::UpdateIntermediateTableAnalysisRuleInput

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.



3360
3361
3362
# File 'sig/types.rbs', line 3360

def analysis_rule_policy
  @analysis_rule_policy
end

#analysis_rule_type"CUSTOM"

Returns the value of attribute analysis_rule_type.

Returns:

  • ("CUSTOM")


3359
3360
3361
# File 'sig/types.rbs', line 3359

def analysis_rule_type
  @analysis_rule_type
end

#intermediate_table_identifier::String

Returns the value of attribute intermediate_table_identifier.

Returns:

  • (::String)


3358
3359
3360
# File 'sig/types.rbs', line 3358

def intermediate_table_identifier
  @intermediate_table_identifier
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


3357
3358
3359
# File 'sig/types.rbs', line 3357

def membership_identifier
  @membership_identifier
end