Class: Aws::DataZone::Types::ListEnvironmentProfilesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The identifier of the Amazon Web Services account where you want to list environment profiles.

Returns:

  • (String)


7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7218

class ListEnvironmentProfilesInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :domain_identifier,
  :environment_blueprint_identifier,
  :max_results,
  :name,
  :next_token,
  :project_identifier)
  SENSITIVE = [:name]
  include Aws::Structure
end

#aws_account_regionString

The Amazon Web Services region where you want to list environment profiles.

Returns:

  • (String)


7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7218

class ListEnvironmentProfilesInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :domain_identifier,
  :environment_blueprint_identifier,
  :max_results,
  :name,
  :next_token,
  :project_identifier)
  SENSITIVE = [:name]
  include Aws::Structure
end

#domain_identifierString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7218

class ListEnvironmentProfilesInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :domain_identifier,
  :environment_blueprint_identifier,
  :max_results,
  :name,
  :next_token,
  :project_identifier)
  SENSITIVE = [:name]
  include Aws::Structure
end

#environment_blueprint_identifierString

The identifier of the blueprint that was used to create the environment profiles that you want to list.

Returns:

  • (String)


7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7218

class ListEnvironmentProfilesInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :domain_identifier,
  :environment_blueprint_identifier,
  :max_results,
  :name,
  :next_token,
  :project_identifier)
  SENSITIVE = [:name]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of environment profiles to return in a single call to ListEnvironmentProfiles. When the number of environment profiles to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentProfiles to list the next set of environment profiles.

Returns:

  • (Integer)


7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7218

class ListEnvironmentProfilesInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :domain_identifier,
  :environment_blueprint_identifier,
  :max_results,
  :name,
  :next_token,
  :project_identifier)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

Returns:

  • (String)


7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7218

class ListEnvironmentProfilesInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :domain_identifier,
  :environment_blueprint_identifier,
  :max_results,
  :name,
  :next_token,
  :project_identifier)
  SENSITIVE = [:name]
  include Aws::Structure
end

#next_tokenString

When the number of environment profiles is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environment profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentProfiles to list the next set of environment profiles.

Returns:

  • (String)


7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7218

class ListEnvironmentProfilesInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :domain_identifier,
  :environment_blueprint_identifier,
  :max_results,
  :name,
  :next_token,
  :project_identifier)
  SENSITIVE = [:name]
  include Aws::Structure
end

#project_identifierString

The identifier of the Amazon DataZone project.

Returns:

  • (String)


7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7218

class ListEnvironmentProfilesInput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :domain_identifier,
  :environment_blueprint_identifier,
  :max_results,
  :name,
  :next_token,
  :project_identifier)
  SENSITIVE = [:name]
  include Aws::Structure
end