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.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def analysis_id @analysis_id end |
#analysis_type ⇒ "QUERY"
Returns the value of attribute analysis_type.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def analysis_type @analysis_type end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def expiration_time @expiration_time end |
#inherited_constraints ⇒ Types::IntermediateTableInheritedConstraints
Returns the value of attribute inherited_constraints.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def inherited_constraints @inherited_constraints end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def kms_key_arn @kms_key_arn end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def parameters @parameters end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def version_id @version_id end |