Class: Aws::Types::AgentSpaceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def agent_space_id
  @agent_space_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


63
64
65
# File 'sig/types.rbs', line 63

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


64
65
66
# File 'sig/types.rbs', line 64

def updated_at
  @updated_at
end