Class: Aws::Types::UpdateAgentSpaceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def agent_space_id
  @agent_space_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1997
1998
1999
# File 'sig/types.rbs', line 1997

def description
  @description
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


1998
1999
2000
# File 'sig/types.rbs', line 1998

def locale
  @locale
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1996
1997
1998
# File 'sig/types.rbs', line 1996

def name
  @name
end

#preferences::Hash[("elevatedActionsEnabled"), bool]

Returns the value of attribute preferences.

Returns:

  • (::Hash[("elevatedActionsEnabled"), bool])


1999
2000
2001
# File 'sig/types.rbs', line 1999

def preferences
  @preferences
end