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.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def analysis_rule_types @analysis_rule_types end |
#arn ⇒ ::String
Returns the value of attribute arn.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def arn @arn end |
#child_resources ⇒ ::Array[Types::ChildResource]
Returns the value of attribute child_resources.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def child_resources @child_resources end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def id @id end |
#intermediate_table_version ⇒ Types::IntermediateTableActiveVersion
Returns the value of attribute intermediate_table_version.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def intermediate_table_version @intermediate_table_version end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def kms_key_arn @kms_key_arn end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def name @name end |
#population_analysis_configuration ⇒ Types::PopulationAnalysisConfiguration
Returns the value of attribute population_analysis_configuration.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def population_analysis_configuration @population_analysis_configuration end |
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def retention_in_days @retention_in_days end |
#schema ⇒ Types::IntermediateTableSchema
Returns the value of attribute schema.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def schema @schema end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def status_reason @status_reason end |
#table_dependencies ⇒ ::Array[Types::IntermediateTableDependency]
Returns the value of attribute table_dependencies.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def table_dependencies @table_dependencies end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def update_time @update_time end |