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


755
756
757
# File 'sig/types.rbs', line 755

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def arn
  @arn
end

#child_resources::Array[Types::ChildResource]

Returns the value of attribute child_resources.

Returns:



758
759
760
# File 'sig/types.rbs', line 758

def child_resources
  @child_resources
end

#configured_table_arn::String

Returns the value of attribute configured_table_arn.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def configured_table_arn
  @configured_table_arn
end

#configured_table_id::String

Returns the value of attribute configured_table_id.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def configured_table_id
  @configured_table_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


756
757
758
# File 'sig/types.rbs', line 756

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def role_arn
  @role_arn
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


757
758
759
# File 'sig/types.rbs', line 757

def update_time
  @update_time
end