Class: Aws::DataZone::Types::ListEnvironmentProfilesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListEnvironmentProfilesInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The identifier of the Amazon Web Services account where you want to list environment profiles.
-
#aws_account_region ⇒ String
The Amazon Web Services region where you want to list environment profiles.
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain.
-
#environment_blueprint_identifier ⇒ String
The identifier of the blueprint that was used to create the environment profiles that you want to list.
-
#max_results ⇒ Integer
The maximum number of environment profiles to return in a single call to
ListEnvironmentProfiles
. -
#name ⇒ String
-
#next_token ⇒ String
When the number of environment profiles is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of environment profiles, the response includes a pagination token namedNextToken
. -
#project_identifier ⇒ String
The identifier of the Amazon DataZone project.
Instance Attribute Details
#aws_account_id ⇒ String
The identifier of the Amazon Web Services account where you want to list environment profiles.
12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12299 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_region ⇒ String
The Amazon Web Services region where you want to list environment profiles.
12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12299 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_identifier ⇒ String
The identifier of the Amazon DataZone domain.
12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12299 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_identifier ⇒ String
The identifier of the blueprint that was used to create the environment profiles that you want to list.
12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12299 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_results ⇒ Integer
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.
12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12299 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 |
#name ⇒ String
12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12299 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_token ⇒ String
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.
12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12299 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_identifier ⇒ String
The identifier of the Amazon DataZone project.
12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12299 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 |