Class: Aws::DataZone::Types::ListEnvironmentsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListEnvironmentsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The identifier of the Amazon Web Services account where you want to list environments.
-
#aws_account_region ⇒ String
The Amazon Web Services region where you want to list environments.
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain.
-
#environment_blueprint_identifier ⇒ String
The identifier of the Amazon DataZone blueprint.
-
#environment_profile_identifier ⇒ String
The identifier of the environment profile.
-
#max_results ⇒ Integer
The maximum number of environments to return in a single call to ‘ListEnvironments`.
-
#name ⇒ String
The name of the environment.
-
#next_token ⇒ String
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`.
-
#project_identifier ⇒ String
The identifier of the Amazon DataZone project.
-
#provider ⇒ String
The provider of the environment.
-
#status ⇒ String
The status of the environments that you want to list.
Instance Attribute Details
#aws_account_id ⇒ String
The identifier of the Amazon Web Services account where you want to list environments.
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_region ⇒ String
The Amazon Web Services region where you want to list environments.
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_identifier ⇒ String
The identifier of the Amazon DataZone domain.
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_identifier ⇒ String
The identifier of the Amazon DataZone blueprint.
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_identifier ⇒ String
The identifier of the environment profile.
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_results ⇒ Integer
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.
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 |
#name ⇒ String
The name of the environment.
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_token ⇒ String
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.
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_identifier ⇒ String
The identifier of the Amazon DataZone project.
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 |
#provider ⇒ String
The provider of the environment.
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 |
#status ⇒ String
The status of the environments that you want to list.
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 |