Class: Aws::Types::TestingAgentInformation
- Inherits:
-
Object
- Object
- Aws::Types::TestingAgentInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#testing_agent_id ⇒ ::String
Returns the value of attribute testing_agent_id.
Instance Attribute Details
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def registration_id @registration_id end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def status @status end |
#testing_agent_id ⇒ ::String
Returns the value of attribute testing_agent_id.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def testing_agent_id @testing_agent_id end |