Class: Aws::Types::ScheduleRunConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auxiliary_apps::Array[::String]

Returns the value of attribute auxiliary_apps.

Returns:

  • (::Array[::String])


1197
1198
1199
# File 'sig/types.rbs', line 1197

def auxiliary_apps
  @auxiliary_apps
end

#billing_method"METERED", "UNMETERED"

Returns the value of attribute billing_method.

Returns:

  • ("METERED", "UNMETERED")


1198
1199
1200
# File 'sig/types.rbs', line 1198

def billing_method
  @billing_method
end

#customer_artifact_pathsTypes::CustomerArtifactPaths

Returns the value of attribute customer_artifact_paths.



1195
1196
1197
# File 'sig/types.rbs', line 1195

def customer_artifact_paths
  @customer_artifact_paths
end

#device_proxyTypes::DeviceProxy

Returns the value of attribute device_proxy.

Returns:



1194
1195
1196
# File 'sig/types.rbs', line 1194

def device_proxy
  @device_proxy
end

#environment_variables::Array[Types::EnvironmentVariable]

Returns the value of attribute environment_variables.

Returns:



1199
1200
1201
# File 'sig/types.rbs', line 1199

def environment_variables
  @environment_variables
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def execution_role_arn
  @execution_role_arn
end

#extra_data_package_arn::String

Returns the value of attribute extra_data_package_arn.

Returns:

  • (::String)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def extra_data_package_arn
  @extra_data_package_arn
end

#insights_types::Array[("TEST_REPORT")]

Returns the value of attribute insights_types.

Returns:

  • (::Array[("TEST_REPORT")])


1201
1202
1203
# File 'sig/types.rbs', line 1201

def insights_types
  @insights_types
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def locale
  @locale
end

#locationTypes::Location

Returns the value of attribute location.

Returns:



1192
1193
1194
# File 'sig/types.rbs', line 1192

def location
  @location
end

#network_profile_arn::String

Returns the value of attribute network_profile_arn.

Returns:

  • (::String)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def network_profile_arn
  @network_profile_arn
end

#radiosTypes::Radios

Returns the value of attribute radios.

Returns:



1196
1197
1198
# File 'sig/types.rbs', line 1196

def radios
  @radios
end

#vpce_configuration_arns::Array[::String]

Returns the value of attribute vpce_configuration_arns.

Returns:

  • (::Array[::String])


1193
1194
1195
# File 'sig/types.rbs', line 1193

def vpce_configuration_arns
  @vpce_configuration_arns
end