Class: Aws::Types::PrepareAgentResponse

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)


2181
2182
2183
# File 'sig/types.rbs', line 2181

def agent_id
  @agent_id
end

#agent_status"CREATING", ...

Returns the value of attribute agent_status.

Returns:

  • ("CREATING", "PREPARING", "PREPARED", "NOT_PREPARED", "DELETING", "FAILED", "VERSIONING", "UPDATING")


2182
2183
2184
# File 'sig/types.rbs', line 2182

def agent_status
  @agent_status
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


2183
2184
2185
# File 'sig/types.rbs', line 2183

def agent_version
  @agent_version
end

#prepared_at::Time

Returns the value of attribute prepared_at.

Returns:

  • (::Time)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def prepared_at
  @prepared_at
end