Class: Aws::Types::ConfiguredTableAssociationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rule_types::Array[("AGGREGATION" | "LIST" | "CUSTOM")]

Returns the value of attribute analysis_rule_types.

Returns:

  • (::Array[("AGGREGATION" | "LIST" | "CUSTOM")])


850
851
852
# File 'sig/types.rbs', line 850

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def arn
  @arn
end

#configured_table_id::String

Returns the value of attribute configured_table_id.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def configured_table_id
  @configured_table_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


846
847
848
# File 'sig/types.rbs', line 846

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


848
849
850
# File 'sig/types.rbs', line 848

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


847
848
849
# File 'sig/types.rbs', line 847

def update_time
  @update_time
end