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)


2471
2472
2473
# File 'sig/types.rbs', line 2471

def 
  @analysis_payer_account_id
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


2469
2470
2471
# File 'sig/types.rbs', line 2469

def parameters
  @parameters
end