Class: Aws::Types::CreateAgentSpaceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def description
  @description
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def kms_key_arn
  @kms_key_arn
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def locale
  @locale
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def name
  @name
end

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

Returns the value of attribute preferences.

Returns:

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


289
290
291
# File 'sig/types.rbs', line 289

def preferences
  @preferences
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


288
289
290
# File 'sig/types.rbs', line 288

def tags
  @tags
end