Class: Aws::AppRegistry::Types::ListAssociatedResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ListAssociatedResourcesResponse
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next page of results after a previous API call.
-
#resources ⇒ Array<Types::ResourceInfo>
Information about the resources.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next page of results after a previous API call.
987 988 989 990 991 992 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 987 class ListAssociatedResourcesResponse < Struct.new( :resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::ResourceInfo>
Information about the resources.
987 988 989 990 991 992 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 987 class ListAssociatedResourcesResponse < Struct.new( :resources, :next_token) SENSITIVE = [] include Aws::Structure end |