Class: Aws::Types::CreateTestRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#stop_conditions ⇒ ::Array[Types::StopCondition]
Returns the value of attribute stop_conditions.
-
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
Instance Attribute Details
#logging_configuration ⇒ Types::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.
215 216 217 |
# File 'sig/types.rbs', line 215 def parameters @parameters end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
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.
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.
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.
211 212 213 |
# File 'sig/types.rbs', line 211 def test_template_arn @test_template_arn end |