Class: Aws::Types::DescribeSessionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"API", ...

Returns the value of attribute authentication_type.

Returns:

  • ("API", "SAML", "USERPOOL", "AWS_AD")


838
839
840
# File 'sig/types.rbs', line 838

def authentication_type
  @authentication_type
end

#fleet_name::String

Returns the value of attribute fleet_name.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def fleet_name
  @fleet_name
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def instance_id
  @instance_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


837
838
839
# File 'sig/types.rbs', line 837

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def next_token
  @next_token
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def stack_name
  @stack_name
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def user_id
  @user_id
end