Class: Aws::Types::ScheduleRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def app_arn
  @app_arn
end

#configurationTypes::ScheduleRunConfiguration

Returns the value of attribute configuration.



1212
1213
1214
# File 'sig/types.rbs', line 1212

def configuration
  @configuration
end

#device_pool_arn::String

Returns the value of attribute device_pool_arn.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def device_pool_arn
  @device_pool_arn
end

#device_selection_configurationTypes::DeviceSelectionConfiguration

Returns the value of attribute device_selection_configuration.



1209
1210
1211
# File 'sig/types.rbs', line 1209

def device_selection_configuration
  @device_selection_configuration
end

#execution_configurationTypes::ExecutionConfiguration

Returns the value of attribute execution_configuration.



1213
1214
1215
# File 'sig/types.rbs', line 1213

def execution_configuration
  @execution_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def name
  @name
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def project_arn
  @project_arn
end

#testTypes::ScheduleRunTest

Returns the value of attribute test.



1211
1212
1213
# File 'sig/types.rbs', line 1211

def test
  @test
end