Class: Aws::Types::DescribeUsersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUsersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#engine ⇒ ::String
Returns the value of attribute engine.
887 888 889 |
# File 'sig/types.rbs', line 887 def engine @engine end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
889 890 891 |
# File 'sig/types.rbs', line 889 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
891 892 893 |
# File 'sig/types.rbs', line 891 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
890 891 892 |
# File 'sig/types.rbs', line 890 def max_records @max_records end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
888 889 890 |
# File 'sig/types.rbs', line 888 def user_id @user_id end |