Class: Aws::Types::CreateTestRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



219
220
221
# File 'sig/types.rbs', line 219

def logging_configuration
  @logging_configuration
end

#parameters::Hash[::String, ::Array[::String]]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::Array[::String]])


222
223
224
# File 'sig/types.rbs', line 222

def parameters
  @parameters
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def role_name
  @role_name
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def service_arn
  @service_arn
end

#stop_conditions::Array[Types::StopCondition]

Returns the value of attribute stop_conditions.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def stop_conditions
  @stop_conditions
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def test_template_arn
  @test_template_arn
end