Class: Aws::Types::PopulateIntermediateTableInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_payer_account_id::String

Returns the value of attribute analysis_payer_account_id.

Returns:

  • (::String)


2498
2499
2500
# File 'sig/types.rbs', line 2498

def 
  @analysis_payer_account_id
end

#compute_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


2496
2497
2498
# File 'sig/types.rbs', line 2496

def parameters
  @parameters
end