Class: Aws::MigrationHub::Types::ListCreatedArtifactsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_artifact_listArray<Types::CreatedArtifact>

List of created artifacts up to the maximum number of results specified in the request.

Returns:



507
508
509
510
511
512
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 507

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

#next_tokenString

If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.

Returns:

  • (String)


507
508
509
510
511
512
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 507

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