class
Amazonite::Iam::ListServiceSpecificCredentialsRequest
- Amazonite::Iam::ListServiceSpecificCredentialsRequest
- Reference
- Object
Defined in:
iam/list_service_specific_credentials_request.crConstructors
- .from_xml(node : XML::Node) : self
- .new(user_name : String | Nil = nil, service_name : String | Nil = nil, all_users : Bool | Nil = nil, marker : String | Nil = nil, max_items : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#all_users : Bool | Nil
A flag indicating whether to list service specific credentials for all users.
-
#all_users=(all_users : Bool | Nil)
A flag indicating whether to list service specific credentials for all users.
-
#hash(hasher)
See
Object#hash(hasher) -
#marker : String | Nil
Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.
-
#marker=(marker : String | Nil)
Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.
-
#max_items : Int32 | Nil
Use this only when paginating results to indicate the maximum number of items you want in the response.
-
#max_items=(max_items : Int32 | Nil)
Use this only when paginating results to indicate the maximum number of items you want in the response.
-
#service_name : String | Nil
Filters the returned results to only those for the specified Amazon Web Services service.
-
#service_name=(service_name : String | Nil)
Filters the returned results to only those for the specified Amazon Web Services service.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_name : String | Nil
The name of the user whose service-specific credentials you want information about.
-
#user_name=(user_name : String | Nil)
The name of the user whose service-specific credentials you want information about.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A flag indicating whether to list service specific credentials for all users. This parameter cannot be specified together with UserName. When true, returns all credentials associated with the specified service.
A flag indicating whether to list service specific credentials for all users. This parameter cannot be specified together with UserName. When true, returns all credentials associated with the specified service.
Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the Marker from the response that you received to indicate where the next call should start.
Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the Marker from the response that you received to indicate where the next call should start.
Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the IsTruncated response element is true.
Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the IsTruncated response element is true.
Filters the returned results to only those for the specified Amazon Web Services service. If not specified, then Amazon Web Services returns service-specific credentials for all services.
Filters the returned results to only those for the specified Amazon Web Services service. If not specified, then Amazon Web Services returns service-specific credentials for all services.
The name of the user whose service-specific credentials you want information about. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name of the user whose service-specific credentials you want information about. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-