Class: Aws::AppRegistry::Types::ListAssociatedResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ListAssociatedResourcesRequest
- 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 (cannot exceed 25).
-
#next_token ⇒ String
The token to use to get the next page of results after a previous API call.
Instance Attribute Details
#application ⇒ String
The name or ID of the application.
868 869 870 871 872 873 874 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 868 class ListAssociatedResourcesRequest < 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 (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.
868 869 870 871 872 873 874 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 868 class ListAssociatedResourcesRequest < Struct.new( :application, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to get the next page of results after a previous API call.
868 869 870 871 872 873 874 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 868 class ListAssociatedResourcesRequest < Struct.new( :application, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |