Class: Aws::Types::UpdateTestRequest

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.



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.

Returns:

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


2038
2039
2040
# File 'sig/types.rbs', line 2038

def parameters
  @parameters
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


2033
2034
2035
# File 'sig/types.rbs', line 2033

def test_id
  @test_id
end