Class: Aws::Transfer::Types::ListProfilesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of profiles to return.

Returns:

  • (Integer)


3851
3852
3853
3854
3855
3856
3857
# File 'lib/aws-sdk-transfer/types.rb', line 3851

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

#next_tokenString

When there are additional results that were not returned, a ‘NextToken` parameter is returned. You can use that value for a subsequent call to `ListProfiles` to continue listing results.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
# File 'lib/aws-sdk-transfer/types.rb', line 3851

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

#profile_typeString

Indicates whether to list only ‘LOCAL` type profiles or only `PARTNER` type profiles. If not supplied in the request, the command lists all types of profiles.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
# File 'lib/aws-sdk-transfer/types.rb', line 3851

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