Class: Aws::Types::ListParallelDataResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def next_token
  @next_token
end

#parallel_data_properties_list::Array[Types::ParallelDataProperties]

Returns the value of attribute parallel_data_properties_list.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def parallel_data_properties_list
  @parallel_data_properties_list
end