Class: Aws::Types::TestingAgentInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#registration_id ⇒ ::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


2348
2349
2350
# File 'sig/types.rbs', line 2348

def registration_id
  @registration_id
end

#status ⇒ "CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "PENDING", "ACTIVE")


2346
2347
2348
# File 'sig/types.rbs', line 2346

def status
  @status
end

#testing_agent_id ⇒ ::String

Returns the value of attribute testing_agent_id.

Returns:

  • (::String)


2347
2348
2349
# File 'sig/types.rbs', line 2347

def testing_agent_id
  @testing_agent_id
end