Class: Aws::Types::TestStateInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:definition, :input, :variables, :state_name, :context])

Instance Attribute Summary collapse

Instance Attribute Details

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def context
  @context
end

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def definition
  @definition
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def input
  @input
end

#inspection_level"INFO", ...

Returns the value of attribute inspection_level.

Returns:

  • ("INFO", "DEBUG", "TRACE")


1092
1093
1094
# File 'sig/types.rbs', line 1092

def inspection_level
  @inspection_level
end

#mockTypes::MockInput

Returns the value of attribute mock.

Returns:



1096
1097
1098
# File 'sig/types.rbs', line 1096

def mock
  @mock
end

#reveal_secretsBoolean

Returns the value of attribute reveal_secrets.

Returns:

  • (Boolean)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def reveal_secrets
  @reveal_secrets
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def role_arn
  @role_arn
end

#state_configurationTypes::TestStateConfiguration

Returns the value of attribute state_configuration.



1098
1099
1100
# File 'sig/types.rbs', line 1098

def state_configuration
  @state_configuration
end

#state_name::String

Returns the value of attribute state_name.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def state_name
  @state_name
end

#variables::String

Returns the value of attribute variables.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def variables
  @variables
end