Class: Aws::CodeDeploy::Types::ListApplicationRevisionsOutput

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

Overview

Represents the output of a ListApplicationRevisions operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

Returns:

  • (String)


3565
3566
3567
3568
3569
3570
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 3565

class ListApplicationRevisionsOutput < Struct.new(
  :revisions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#revisionsArray<Types::RevisionLocation>

A list of locations that contain the matching revisions.

Returns:



3565
3566
3567
3568
3569
3570
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 3565

class ListApplicationRevisionsOutput < Struct.new(
  :revisions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end