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.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def logging_configuration @logging_configuration end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def parameters @parameters end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def role_name @role_name end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def service_arn @service_arn end |
#stop_conditions ⇒ ::Array[Types::StopCondition]
Returns the value of attribute stop_conditions.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def stop_conditions @stop_conditions end |
#test_id ⇒ ::String
Returns the value of attribute test_id.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def test_id @test_id end |