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.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def analysis_id @analysis_id end |
#analysis_type ⇒ "QUERY"
Returns the value of attribute analysis_type.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def analysis_type @analysis_type end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def version_id @version_id end |