Class: Aws::WellArchitected::Types::ListProfilesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListProfilesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return for this request.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
-
#profile_name_prefix ⇒ String
An optional string added to the beginning of each profile name returned in the results.
-
#profile_owner_type ⇒ String
Profile owner type.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return for this request.
3870 3871 3872 3873 3874 3875 3876 3877 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3870 class ListProfilesInput < Struct.new( :profile_name_prefix, :profile_owner_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
3870 3871 3872 3873 3874 3875 3876 3877 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3870 class ListProfilesInput < Struct.new( :profile_name_prefix, :profile_owner_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#profile_name_prefix ⇒ String
An optional string added to the beginning of each profile name returned in the results.
3870 3871 3872 3873 3874 3875 3876 3877 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3870 class ListProfilesInput < Struct.new( :profile_name_prefix, :profile_owner_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#profile_owner_type ⇒ String
Profile owner type.
3870 3871 3872 3873 3874 3875 3876 3877 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3870 class ListProfilesInput < Struct.new( :profile_name_prefix, :profile_owner_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |