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")])


833
834
835
# File 'sig/types.rbs', line 833

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def arn
  @arn
end

#configured_table_id::String

Returns the value of attribute configured_table_id.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def configured_table_id
  @configured_table_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


829
830
831
# File 'sig/types.rbs', line 829

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


830
831
832
# File 'sig/types.rbs', line 830

def update_time
  @update_time
end