Class: Aws::Types::ConfiguredTableAssociation

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


772
773
774
# File 'sig/types.rbs', line 772

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def arn
  @arn
end

#child_resources::Array[Types::ChildResource]

Returns the value of attribute child_resources.

Returns:



775
776
777
# File 'sig/types.rbs', line 775

def child_resources
  @child_resources
end

#configured_table_arn::String

Returns the value of attribute configured_table_arn.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def configured_table_arn
  @configured_table_arn
end

#configured_table_id::String

Returns the value of attribute configured_table_id.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def configured_table_id
  @configured_table_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


773
774
775
# File 'sig/types.rbs', line 773

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def role_arn
  @role_arn
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


774
775
776
# File 'sig/types.rbs', line 774

def update_time
  @update_time
end