Class: Aws::AppConfig::Types::ListDeploymentsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1964

class ListDeploymentsRequest < Struct.new(
  :application_id,
  :environment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

The environment ID.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1964

class ListDeploymentsRequest < Struct.new(
  :application_id,
  :environment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null NextToken that you can provide in a subsequent call to get the next set of results.

Returns:

  • (Integer)


1964
1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1964

class ListDeploymentsRequest < Struct.new(
  :application_id,
  :environment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
1970
1971
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1964

class ListDeploymentsRequest < Struct.new(
  :application_id,
  :environment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end