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.
833 834 835 |
# File 'sig/types.rbs', line 833 def analysis_rule_types @analysis_rule_types end |
#arn ⇒ ::String
Returns the value of attribute arn.
832 833 834 |
# File 'sig/types.rbs', line 832 def arn @arn end |
#configured_table_id ⇒ ::String
Returns the value of attribute configured_table_id.
825 826 827 |
# File 'sig/types.rbs', line 825 def configured_table_id @configured_table_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
829 830 831 |
# File 'sig/types.rbs', line 829 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
831 832 833 |
# File 'sig/types.rbs', line 831 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
827 828 829 |
# File 'sig/types.rbs', line 827 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
826 827 828 |
# File 'sig/types.rbs', line 826 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
828 829 830 |
# File 'sig/types.rbs', line 828 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
830 831 832 |
# File 'sig/types.rbs', line 830 def update_time @update_time end |