Class: Aws::Types::ConfiguredTableAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredTableAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_rule_types ⇒ ::Array[("AGGREGATION" | "LIST" | "CUSTOM")]
Returns the value of attribute analysis_rule_types.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#child_resources ⇒ ::Array[Types::ChildResource]
Returns the value of attribute child_resources.
-
#configured_table_arn ⇒ ::String
Returns the value of attribute configured_table_arn.
-
#configured_table_id ⇒ ::String
Returns the value of attribute configured_table_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#analysis_rule_types ⇒ ::Array[("AGGREGATION" | "LIST" | "CUSTOM")]
Returns the value of attribute analysis_rule_types.
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.
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.
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.
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.
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.
773 774 775 |
# File 'sig/types.rbs', line 773 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
771 772 773 |
# File 'sig/types.rbs', line 771 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
764 765 766 |
# File 'sig/types.rbs', line 764 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
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.
767 768 769 |
# File 'sig/types.rbs', line 767 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
770 771 772 |
# File 'sig/types.rbs', line 770 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
774 775 776 |
# File 'sig/types.rbs', line 774 def update_time @update_time end |