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.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def analysis_id @analysis_id end |
#analysis_type ⇒ "QUERY"
Returns the value of attribute analysis_type.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def analysis_type @analysis_type end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def create_time @create_time end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def expiration_time @expiration_time end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def kms_key_arn @kms_key_arn end |
#status ⇒ "POPULATE_STARTED", ...
Returns the value of attribute status.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def status @status end |
#table_id ⇒ ::String
Returns the value of attribute table_id.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def table_id @table_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def version_id @version_id end |