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.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def analysis_payer_account_id @analysis_payer_account_id end |
#compute_configuration ⇒ Types::IntermediateTableComputeConfiguration
Returns the value of attribute compute_configuration.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def compute_configuration @compute_configuration end |
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def intermediate_table_identifier @intermediate_table_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def membership_identifier @membership_identifier end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def parameters @parameters end |