Class: Aws::Types::GetParallelDataResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auxiliary_data_locationTypes::ParallelDataDataLocation

Returns the value of attribute auxiliary_data_location.



95
96
97
# File 'sig/types.rbs', line 95

def auxiliary_data_location
  @auxiliary_data_location
end

#data_locationTypes::ParallelDataDataLocation

Returns the value of attribute data_location.



94
95
96
# File 'sig/types.rbs', line 94

def data_location
  @data_location
end

#latest_update_attempt_auxiliary_data_locationTypes::ParallelDataDataLocation

Returns the value of attribute latest_update_attempt_auxiliary_data_location.



96
97
98
# File 'sig/types.rbs', line 96

def latest_update_attempt_auxiliary_data_location
  @latest_update_attempt_auxiliary_data_location
end

#parallel_data_propertiesTypes::ParallelDataProperties

Returns the value of attribute parallel_data_properties.



93
94
95
# File 'sig/types.rbs', line 93

def parallel_data_properties
  @parallel_data_properties
end