Class: Aws::Types::ListServiceSpecificCredentialsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceSpecificCredentialsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_users ⇒ Boolean
Returns the value of attribute all_users.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#all_users ⇒ Boolean
Returns the value of attribute all_users.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def all_users @all_users end |
#marker ⇒ ::String
Returns the value of attribute marker.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def max_items @max_items end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def service_name @service_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def user_name @user_name end |