Class: Aws::Types::AgentSummary

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)


141
142
143
# File 'sig/types.rbs', line 141

def agent_id
  @agent_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


144
145
146
# File 'sig/types.rbs', line 144

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def description
  @description
end

#icon_id::String

Returns the value of attribute icon_id.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def icon_id
  @icon_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


145
146
147
# File 'sig/types.rbs', line 145

def updated_at
  @updated_at
end