Class: Aws::IAM::Types::ListServiceSpecificCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ListServiceSpecificCredentialsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
A flag that indicates whether there are more items to return.
-
#marker ⇒ String
When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
-
#service_specific_credentials ⇒ Array<Types::ServiceSpecificCredentialMetadata>
A list of structures that each contain details about a service-specific credential.
Instance Attribute Details
#is_truncated ⇒ Boolean
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items.
8115 8116 8117 8118 8119 8120 8121 |
# File 'lib/aws-sdk-iam/types.rb', line 8115 class ListServiceSpecificCredentialsResponse < Struct.new( :service_specific_credentials, :marker, :is_truncated) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
8115 8116 8117 8118 8119 8120 8121 |
# File 'lib/aws-sdk-iam/types.rb', line 8115 class ListServiceSpecificCredentialsResponse < Struct.new( :service_specific_credentials, :marker, :is_truncated) SENSITIVE = [] include Aws::Structure end |
#service_specific_credentials ⇒ Array<Types::ServiceSpecificCredentialMetadata>
A list of structures that each contain details about a service-specific credential.
8115 8116 8117 8118 8119 8120 8121 |
# File 'lib/aws-sdk-iam/types.rb', line 8115 class ListServiceSpecificCredentialsResponse < Struct.new( :service_specific_credentials, :marker, :is_truncated) SENSITIVE = [] include Aws::Structure end |