Class: Aws::Types::ConfiguredTableAssociationAnalysisRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_association_arn::String

Returns the value of attribute configured_table_association_arn.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def configured_table_association_arn
  @configured_table_association_arn
end

#configured_table_association_id::String

Returns the value of attribute configured_table_association_id.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def configured_table_association_id
  @configured_table_association_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


785
786
787
# File 'sig/types.rbs', line 785

def create_time
  @create_time
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def membership_identifier
  @membership_identifier
end

#policyTypes::ConfiguredTableAssociationAnalysisRulePolicy

Returns the value of attribute policy.



783
784
785
# File 'sig/types.rbs', line 783

def policy
  @policy
end

#type"AGGREGATION", ...

Returns the value of attribute type.

Returns:

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


784
785
786
# File 'sig/types.rbs', line 784

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


786
787
788
# File 'sig/types.rbs', line 786

def update_time
  @update_time
end