Class: Aws::Types::IntermediateTableSummary
- Inherits:
-
Object
- Object
- Aws::Types::IntermediateTableSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_rule_types ⇒ ::Array[("CUSTOM")]
Returns the value of attribute analysis_rule_types.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
-
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_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.
-
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#analysis_rule_types ⇒ ::Array[("CUSTOM")]
Returns the value of attribute analysis_rule_types.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def analysis_rule_types @analysis_rule_types end |
#arn ⇒ ::String
Returns the value of attribute arn.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def name @name end |
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def retention_in_days @retention_in_days end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def update_time @update_time end |