Class: Aws::Transfer::Types::ListProfilesResponse

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

#next_tokenString

Returns a token that you can use to call `ListProfiles` again and receive additional results, if there are any.

Returns:

  • (String)

3457
3458
3459
3460
3461
3462
# File 'lib/aws-sdk-transfer/types.rb', line 3457

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

#profilesArray<Types::ListedProfile>

Returns an array, where each item contains the details of a profile.

Returns:


3457
3458
3459
3460
3461
3462
# File 'lib/aws-sdk-transfer/types.rb', line 3457

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