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.
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.
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.
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.
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.
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.
756 757 758 |
# File 'sig/types.rbs', line 756 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
754 755 756 |
# File 'sig/types.rbs', line 754 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
747 748 749 |
# File 'sig/types.rbs', line 747 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
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.
750 751 752 |
# File 'sig/types.rbs', line 750 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
753 754 755 |
# File 'sig/types.rbs', line 753 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
757 758 759 |
# File 'sig/types.rbs', line 757 def update_time @update_time end |