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)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def agent_space_id
  @agent_space_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def description
  @description
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def locale
  @locale
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def name
  @name
end

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

Returns the value of attribute preferences.

Returns:

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


1992
1993
1994
# File 'sig/types.rbs', line 1992

def preferences
  @preferences
end