Class: Aws::Types::UpdateParallelDataRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.



483
484
485
# File 'sig/types.rbs', line 483

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.



481
482
483
# File 'sig/types.rbs', line 481

def description
  @description
end

#name::String

Returns the value of attribute name.



480
481
482
# File 'sig/types.rbs', line 480

def name
  @name
end

#parallel_data_configTypes::ParallelDataConfig

Returns the value of attribute parallel_data_config.



482
483
484
# File 'sig/types.rbs', line 482

def parallel_data_config
  @parallel_data_config
end