Class: Aws::Types::IntermediateTable
- Inherits:
-
Object
- Object
- Aws::Types::IntermediateTable
- 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.
-
#child_resources ⇒ ::Array[Types::ChildResource]
Returns the value of attribute child_resources.
-
#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.
-
#intermediate_table_version ⇒ Types::IntermediateTableActiveVersion
Returns the value of attribute intermediate_table_version.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#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.
-
#population_analysis_configuration ⇒ Types::PopulationAnalysisConfiguration
Returns the value of attribute population_analysis_configuration.
-
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
-
#schema ⇒ Types::IntermediateTableSchema
Returns the value of attribute schema.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#table_dependencies ⇒ ::Array[Types::IntermediateTableDependency]
Returns the value of attribute table_dependencies.
-
#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.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def analysis_rule_types @analysis_rule_types end |
#arn ⇒ ::String
Returns the value of attribute arn.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def arn @arn end |
#child_resources ⇒ ::Array[Types::ChildResource]
Returns the value of attribute child_resources.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def child_resources @child_resources end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def id @id end |
#intermediate_table_version ⇒ Types::IntermediateTableActiveVersion
Returns the value of attribute intermediate_table_version.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def intermediate_table_version @intermediate_table_version end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def kms_key_arn @kms_key_arn end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def name @name end |
#population_analysis_configuration ⇒ Types::PopulationAnalysisConfiguration
Returns the value of attribute population_analysis_configuration.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def population_analysis_configuration @population_analysis_configuration end |
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def retention_in_days @retention_in_days end |
#schema ⇒ Types::IntermediateTableSchema
Returns the value of attribute schema.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def schema @schema end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def status_reason @status_reason end |
#table_dependencies ⇒ ::Array[Types::IntermediateTableDependency]
Returns the value of attribute table_dependencies.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def table_dependencies @table_dependencies end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def update_time @update_time end |