Class: Aws::IAM::Types::ListServiceSpecificCredentialsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

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.

Returns:

  • (Boolean)


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

#markerString

When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

Returns:

  • (String)


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_credentialsArray<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