Class: Aws::Types::PopulateIntermediateTableInput
- Inherits:
-
Object
- Object
- Aws::Types::PopulateIntermediateTableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_payer_account_id ⇒ ::String
Returns the value of attribute analysis_payer_account_id.
-
#compute_configuration ⇒ Types::IntermediateTableComputeConfiguration
Returns the value of attribute compute_configuration.
-
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
Instance Attribute Details
#analysis_payer_account_id ⇒ ::String
Returns the value of attribute analysis_payer_account_id.
2471 2472 2473 |
# File 'sig/types.rbs', line 2471 def analysis_payer_account_id @analysis_payer_account_id end |
#compute_configuration ⇒ Types::IntermediateTableComputeConfiguration
Returns the value of attribute compute_configuration.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def compute_configuration @compute_configuration end |
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def intermediate_table_identifier @intermediate_table_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def membership_identifier @membership_identifier end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def parameters @parameters end |