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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7310

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)


7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7310

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)


7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7310

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)


7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7310

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)


7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7310

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)


7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7310

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)


7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7310

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)


7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7310

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)


7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7310

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)


7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7310

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)


7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7310

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