Class: Aws::Types::IntermediateTableActiveVersion
- Inherits:
-
Object
- Object
- Aws::Types::IntermediateTableActiveVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#analysis_type ⇒ "QUERY"
Returns the value of attribute analysis_type.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#inherited_constraints ⇒ Types::IntermediateTableInheritedConstraints
Returns the value of attribute inherited_constraints.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def analysis_id @analysis_id end |
#analysis_type ⇒ "QUERY"
Returns the value of attribute analysis_type.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def analysis_type @analysis_type end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def expiration_time @expiration_time end |
#inherited_constraints ⇒ Types::IntermediateTableInheritedConstraints
Returns the value of attribute inherited_constraints.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def inherited_constraints @inherited_constraints end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def kms_key_arn @kms_key_arn end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def parameters @parameters end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def version_id @version_id end |