Class: Aws::Types::PopulateIntermediateTableOutput
- Inherits:
-
Object
- Object
- Aws::Types::PopulateIntermediateTableOutput
- 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.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
2476 2477 2478 |
# File 'sig/types.rbs', line 2476 def analysis_id @analysis_id end |
#analysis_type ⇒ "QUERY"
Returns the value of attribute analysis_type.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def analysis_type @analysis_type end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def version_id @version_id end |