Class: Aws::Types::UpdateTestRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTestRequest
- 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_id ⇒ ::String
Returns the value of attribute test_id.
Instance Attribute Details
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def logging_configuration @logging_configuration end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def parameters @parameters end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def role_name @role_name end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def service_arn @service_arn end |
#stop_conditions ⇒ ::Array[Types::StopCondition]
Returns the value of attribute stop_conditions.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def stop_conditions @stop_conditions end |
#test_id ⇒ ::String
Returns the value of attribute test_id.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def test_id @test_id end |