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.



212
213
214
# File 'sig/types.rbs', line 212

def logging_configuration
  @logging_configuration
end

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

Returns the value of attribute parameters.

Returns:

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


215
216
217
# File 'sig/types.rbs', line 215

def parameters
  @parameters
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def role_name
  @role_name
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def service_arn
  @service_arn
end

#stop_conditions::Array[Types::StopCondition]

Returns the value of attribute stop_conditions.

Returns:



213
214
215
# File 'sig/types.rbs', line 213

def stop_conditions
  @stop_conditions
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def test_template_arn
  @test_template_arn
end