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.



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.

Returns:

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


1948
1949
1950
# File 'sig/types.rbs', line 1948

def parameters
  @parameters
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def test_id
  @test_id
end