Class: Aws::Types::ConfiguredTableAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredTableAssociationSummary
- 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.
-
#configured_table_id ⇒ ::String
Returns the value of attribute configured_table_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#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.
-
#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.
850 851 852 |
# File 'sig/types.rbs', line 850 def analysis_rule_types @analysis_rule_types end |
#arn ⇒ ::String
Returns the value of attribute arn.
849 850 851 |
# File 'sig/types.rbs', line 849 def arn @arn end |
#configured_table_id ⇒ ::String
Returns the value of attribute configured_table_id.
842 843 844 |
# File 'sig/types.rbs', line 842 def configured_table_id @configured_table_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
846 847 848 |
# File 'sig/types.rbs', line 846 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
848 849 850 |
# File 'sig/types.rbs', line 848 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
844 845 846 |
# File 'sig/types.rbs', line 844 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
843 844 845 |
# File 'sig/types.rbs', line 843 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
845 846 847 |
# File 'sig/types.rbs', line 845 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
847 848 849 |
# File 'sig/types.rbs', line 847 def update_time @update_time end |