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.



1825
1826
1827
# File 'sig/types.rbs', line 1825

def analysis_rule_policy
  @analysis_rule_policy
end

#analysis_rule_type"CUSTOM"

Returns the value of attribute analysis_rule_type.

Returns:

  • ("CUSTOM")


1826
1827
1828
# File 'sig/types.rbs', line 1826

def analysis_rule_type
  @analysis_rule_type
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def create_time
  @create_time
end

#intermediate_table_arn::String

Returns the value of attribute intermediate_table_arn.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def intermediate_table_arn
  @intermediate_table_arn
end

#intermediate_table_identifier::String

Returns the value of attribute intermediate_table_identifier.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def intermediate_table_identifier
  @intermediate_table_identifier
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1828
1829
1830
# File 'sig/types.rbs', line 1828

def update_time
  @update_time
end