Class: Aws::Types::CreateSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_id ⇒ ::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def assistant_id
  @assistant_id
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


248
249
250
# File 'sig/types.rbs', line 248

def tags
  @tags
end