Class: Aws::Types::StartCalculationExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#calculation_configurationTypes::CalculationConfiguration

Returns the value of attribute calculation_configuration.



1152
1153
1154
# File 'sig/types.rbs', line 1152

def calculation_configuration
  @calculation_configuration
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def client_request_token
  @client_request_token
end

#code_block::String

Returns the value of attribute code_block.

Returns:

  • (::String)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def code_block
  @code_block
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1151
1152
1153
# File 'sig/types.rbs', line 1151

def description
  @description
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1150
1151
1152
# File 'sig/types.rbs', line 1150

def session_id
  @session_id
end