Class: Aws::Transfer::Types::ListProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListProfilesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Returns a token that you can use to call ‘ListProfiles` again and receive additional results, if there are any.
-
#profiles ⇒ Array<Types::ListedProfile>
Returns an array, where each item contains the details of a profile.
Instance Attribute Details
#next_token ⇒ String
Returns a token that you can use to call ‘ListProfiles` again and receive additional results, if there are any.
3984 3985 3986 3987 3988 3989 |
# File 'lib/aws-sdk-transfer/types.rb', line 3984 class ListProfilesResponse < Struct.new( :next_token, :profiles) SENSITIVE = [] include Aws::Structure end |
#profiles ⇒ Array<Types::ListedProfile>
Returns an array, where each item contains the details of a profile.
3984 3985 3986 3987 3988 3989 |
# File 'lib/aws-sdk-transfer/types.rb', line 3984 class ListProfilesResponse < Struct.new( :next_token, :profiles) SENSITIVE = [] include Aws::Structure end |