Class: Aws::Types::IntermediateTableAnalysisRule

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.



1844
1845
1846
# File 'sig/types.rbs', line 1844

def analysis_rule_policy
  @analysis_rule_policy
end

#analysis_rule_type"CUSTOM"

Returns the value of attribute analysis_rule_type.

Returns:

  • ("CUSTOM")


1845
1846
1847
# File 'sig/types.rbs', line 1845

def analysis_rule_type
  @analysis_rule_type
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def create_time
  @create_time
end

#intermediate_table_arn::String

Returns the value of attribute intermediate_table_arn.

Returns:

  • (::String)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def intermediate_table_arn
  @intermediate_table_arn
end

#intermediate_table_identifier::String

Returns the value of attribute intermediate_table_identifier.

Returns:

  • (::String)


1842
1843
1844
# File 'sig/types.rbs', line 1842

def intermediate_table_identifier
  @intermediate_table_identifier
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1847
1848
1849
# File 'sig/types.rbs', line 1847

def update_time
  @update_time
end