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)


116
117
118
# File 'sig/types.rbs', line 116

def collaboration_id
  @collaboration_id
end

#collaboration_policyTypes::ConfiguredTableAssociationAnalysisRulePolicy

Returns the value of attribute collaboration_policy.



122
123
124
# File 'sig/types.rbs', line 122

def collaboration_policy
  @collaboration_policy
end

#consolidated_policyTypes::ConsolidatedPolicy

Returns the value of attribute consolidated_policy.



123
124
125
# File 'sig/types.rbs', line 123

def consolidated_policy
  @consolidated_policy
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


119
120
121
# File 'sig/types.rbs', line 119

def create_time
  @create_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def name
  @name
end

#policyTypes::AnalysisRulePolicy

Returns the value of attribute policy.



121
122
123
# File 'sig/types.rbs', line 121

def policy
  @policy
end

#type"AGGREGATION", ...

Returns the value of attribute type.

Returns:

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


117
118
119
# File 'sig/types.rbs', line 117

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


120
121
122
# File 'sig/types.rbs', line 120

def update_time
  @update_time
end