Class: Aws::Types::TestStateInput
- Inherits:
-
Object
- Object
- Aws::Types::TestStateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::String
Returns the value of attribute context.
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#inspection_level ⇒ "INFO", ...
Returns the value of attribute inspection_level.
-
#mock ⇒ Types::MockInput
Returns the value of attribute mock.
-
#reveal_secrets ⇒ Boolean
Returns the value of attribute reveal_secrets.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#state_configuration ⇒ Types::TestStateConfiguration
Returns the value of attribute state_configuration.
-
#state_name ⇒ ::String
Returns the value of attribute state_name.
-
#variables ⇒ ::String
Returns the value of attribute variables.
Instance Attribute Details
#context ⇒ ::String
Returns the value of attribute context.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def context @context end |
#definition ⇒ ::String
Returns the value of attribute definition.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def definition @definition end |
#input ⇒ ::String
Returns the value of attribute input.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def input @input end |
#inspection_level ⇒ "INFO", ...
Returns the value of attribute inspection_level.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def inspection_level @inspection_level end |
#mock ⇒ Types::MockInput
Returns the value of attribute mock.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def mock @mock end |
#reveal_secrets ⇒ Boolean
Returns the value of attribute reveal_secrets.
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.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def role_arn @role_arn end |
#state_configuration ⇒ Types::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.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def state_name @state_name end |
#variables ⇒ ::String
Returns the value of attribute variables.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def variables @variables end |