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.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def all_users @all_users end |
#marker ⇒ ::String
Returns the value of attribute marker.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def max_items @max_items end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def service_name @service_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def user_name @user_name end |