Class: Aws::Types::IntermediateTableVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::IntermediateTableVersionSummary
- 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.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#status ⇒ "POPULATE_STARTED", ...
Returns the value of attribute status.
-
#table_id ⇒ ::String
Returns the value of attribute table_id.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def analysis_id @analysis_id end |
#analysis_type ⇒ "QUERY"
Returns the value of attribute analysis_type.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def analysis_type @analysis_type end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def create_time @create_time end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def expiration_time @expiration_time end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def kms_key_arn @kms_key_arn end |
#status ⇒ "POPULATE_STARTED", ...
Returns the value of attribute status.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def status @status end |
#table_id ⇒ ::String
Returns the value of attribute table_id.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def table_id @table_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def version_id @version_id end |