Class: Aws::WellArchitected::Types::ListProfilesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return for this request.

Returns:

  • (Integer)


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_tokenString

The token to use to retrieve the next set of results.

Returns:

  • (String)


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_prefixString

An optional string added to the beginning of each profile name returned in the results.

Returns:

  • (String)


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_typeString

Profile owner type.

Returns:

  • (String)


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