Class: Aws::Types::AgentVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_name::String

Returns the value of attribute agent_name.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def agent_name
  @agent_name
end

#agent_status"CREATING", ...

Returns the value of attribute agent_status.

Returns:

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


232
233
234
# File 'sig/types.rbs', line 232

def agent_status
  @agent_status
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def agent_version
  @agent_version
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


234
235
236
# File 'sig/types.rbs', line 234

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def description
  @description
end

#guardrail_configurationTypes::GuardrailConfiguration

Returns the value of attribute guardrail_configuration.



237
238
239
# File 'sig/types.rbs', line 237

def guardrail_configuration
  @guardrail_configuration
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


235
236
237
# File 'sig/types.rbs', line 235

def updated_at
  @updated_at
end