Class: Aws::AppRegistry::Types::ListAssociatedResourcesRequest

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

#applicationString

The name, ID, or ARN of the application.

Returns:

  • (String)


968
969
970
971
972
973
974
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 968

class ListAssociatedResourcesRequest < Struct.new(
  :application,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


968
969
970
971
972
973
974
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 968

class ListAssociatedResourcesRequest < Struct.new(
  :application,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


968
969
970
971
972
973
974
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 968

class ListAssociatedResourcesRequest < Struct.new(
  :application,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end