Class: Aws::Types::GetSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias::String

Returns the value of attribute bot_alias.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def bot_alias
  @bot_alias
end

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def bot_name
  @bot_name
end

#checkpoint_label_filter::String

Returns the value of attribute checkpoint_label_filter.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def checkpoint_label_filter
  @checkpoint_label_filter
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def user_id
  @user_id
end