Class: Aws::Types::AnalysisRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def collaboration_id
  @collaboration_id
end

#collaboration_policyTypes::ConfiguredTableAssociationAnalysisRulePolicy

Returns the value of attribute collaboration_policy.



131
132
133
# File 'sig/types.rbs', line 131

def collaboration_policy
  @collaboration_policy
end

#consolidated_policyTypes::ConsolidatedPolicy

Returns the value of attribute consolidated_policy.



132
133
134
# File 'sig/types.rbs', line 132

def consolidated_policy
  @consolidated_policy
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


128
129
130
# File 'sig/types.rbs', line 128

def create_time
  @create_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def name
  @name
end

#policyTypes::AnalysisRulePolicy

Returns the value of attribute policy.



130
131
132
# File 'sig/types.rbs', line 130

def policy
  @policy
end

#type"AGGREGATION", ...

Returns the value of attribute type.

Returns:

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


126
127
128
# File 'sig/types.rbs', line 126

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


129
130
131
# File 'sig/types.rbs', line 129

def update_time
  @update_time
end