Class: Aws::Types::CreateAgentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def agent_id
  @agent_id
end

#agent_name::String

Returns the value of attribute agent_name.

Returns:

  • (::String)


2119
2120
2121
# File 'sig/types.rbs', line 2119

def agent_name
  @agent_name
end

#agent_status"ACTIVE", ...

Returns the value of attribute agent_status.

Returns:

  • ("ACTIVE", "UPDATING", "FAILED", "CREATING")


2118
2119
2120
# File 'sig/types.rbs', line 2118

def agent_status
  @agent_status
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2116
2117
2118
# File 'sig/types.rbs', line 2116

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2120
2121
2122
# File 'sig/types.rbs', line 2120

def request_id
  @request_id
end