Class: Aws::DataZone::Types::ListEnvironmentsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

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

Returns:

  • (String)


13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'lib/aws-sdk-datazone/types.rb', line 13448

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

#aws_account_regionString

The Amazon Web Services region where you want to list environments.

Returns:

  • (String)


13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'lib/aws-sdk-datazone/types.rb', line 13448

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

#domain_identifierString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'lib/aws-sdk-datazone/types.rb', line 13448

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

#environment_blueprint_identifierString

The identifier of the Amazon DataZone blueprint.

Returns:

  • (String)


13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'lib/aws-sdk-datazone/types.rb', line 13448

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

#environment_profile_identifierString

The identifier of the environment profile.

Returns:

  • (String)


13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'lib/aws-sdk-datazone/types.rb', line 13448

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

#max_resultsInteger

The maximum number of environments to return in a single call to ‘ListEnvironments`. When the number of environments 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 `ListEnvironments` to list the next set of environments.

Returns:

  • (Integer)


13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'lib/aws-sdk-datazone/types.rb', line 13448

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

#nameString

The name of the environment.

Returns:

  • (String)


13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'lib/aws-sdk-datazone/types.rb', line 13448

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

#next_tokenString

When the number of environments 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 environments, the response includes a pagination token named `NextToken`. You can specify this `NextToken` value in a subsequent call to `ListEnvironments` to list the next set of environments.

Returns:

  • (String)


13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'lib/aws-sdk-datazone/types.rb', line 13448

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

#project_identifierString

The identifier of the Amazon DataZone project.

Returns:

  • (String)


13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'lib/aws-sdk-datazone/types.rb', line 13448

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

#providerString

The provider of the environment.

Returns:

  • (String)


13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'lib/aws-sdk-datazone/types.rb', line 13448

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

#statusString

The status of the environments that you want to list.

Returns:

  • (String)


13448
13449
13450
13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'lib/aws-sdk-datazone/types.rb', line 13448

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