Class: Aws::ServiceQuotas::Types::ListServicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::ListServicesResponse
- Defined in:
- gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response.
-
#services ⇒ Array<Types::ServiceInfo>
The list of the Amazon Web Services service names and service codes.
Instance Attribute Details
#next_token ⇒ String
If present, indicates that more output is available than is included
in the current response. Use this value in the NextToken request
parameter in a subsequent call to the operation to get the next part
of the output. You should repeat this until the NextToken response
element comes back as null.
886 887 888 889 890 891 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 886 class ListServicesResponse < Struct.new( :next_token, :services) SENSITIVE = [] include Aws::Structure end |
#services ⇒ Array<Types::ServiceInfo>
The list of the Amazon Web Services service names and service codes.
886 887 888 889 890 891 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 886 class ListServicesResponse < Struct.new( :next_token, :services) SENSITIVE = [] include Aws::Structure end |