Class: Aws::AppRegistry::Types::ListAttributeGroupsForApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ListAttributeGroupsForApplicationRequest
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ String
The name or ID of the application.
-
#max_results ⇒ Integer
The upper bound of the number of results to return.
-
#next_token ⇒ String
This token retrieves the next page of results after a previous API call.
Instance Attribute Details
#application ⇒ String
The name or ID of the application.
911 912 913 914 915 916 917 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 911 class ListAttributeGroupsForApplicationRequest < Struct.new( :application, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.
911 912 913 914 915 916 917 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 911 class ListAttributeGroupsForApplicationRequest < Struct.new( :application, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
This token retrieves the next page of results after a previous API call.
911 912 913 914 915 916 917 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 911 class ListAttributeGroupsForApplicationRequest < Struct.new( :application, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |