Class: Aws::AppRegistry::Types::ListAssociatedResourcesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to get the next page of results after a previous API call.

Returns:

  • (String)


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

#resourcesArray<Types::ResourceInfo>

Information about the resources.

Returns:



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