Class: Aws::Types::DescribeSessionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSessionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
-
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
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.
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.
839 840 841 |
# File 'sig/types.rbs', line 839 def instance_id @instance_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
837 838 839 |
# File 'sig/types.rbs', line 837 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
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.
835 836 837 |
# File 'sig/types.rbs', line 835 def user_id @user_id end |