Class: Aws::DataZone::Types::UpdateEnvironmentProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateEnvironmentProfileInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account in which a specified environment profile is to be udpated.
-
#aws_account_region ⇒ String
The Amazon Web Services Region in which a specified environment profile is to be updated.
-
#description ⇒ String
The description to be updated as part of the ‘UpdateEnvironmentProfile` action.
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
-
#identifier ⇒ String
The identifier of the environment profile that is to be updated.
-
#name ⇒ String
The name to be updated as part of the ‘UpdateEnvironmentProfile` action.
-
#user_parameters ⇒ Array<Types::EnvironmentParameter>
The user parameters to be updated as part of the ‘UpdateEnvironmentProfile` action.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account in which a specified environment profile is to be udpated.
15882 15883 15884 15885 15886 15887 15888 15889 15890 15891 15892 |
# File 'lib/aws-sdk-datazone/types.rb', line 15882 class UpdateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :identifier, :name, :user_parameters) SENSITIVE = [:name] include Aws::Structure end |
#aws_account_region ⇒ String
The Amazon Web Services Region in which a specified environment profile is to be updated.
15882 15883 15884 15885 15886 15887 15888 15889 15890 15891 15892 |
# File 'lib/aws-sdk-datazone/types.rb', line 15882 class UpdateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :identifier, :name, :user_parameters) SENSITIVE = [:name] include Aws::Structure end |
#description ⇒ String
The description to be updated as part of the ‘UpdateEnvironmentProfile` action.
15882 15883 15884 15885 15886 15887 15888 15889 15890 15891 15892 |
# File 'lib/aws-sdk-datazone/types.rb', line 15882 class UpdateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :identifier, :name, :user_parameters) SENSITIVE = [:name] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
15882 15883 15884 15885 15886 15887 15888 15889 15890 15891 15892 |
# File 'lib/aws-sdk-datazone/types.rb', line 15882 class UpdateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :identifier, :name, :user_parameters) SENSITIVE = [:name] include Aws::Structure end |
#identifier ⇒ String
The identifier of the environment profile that is to be updated.
15882 15883 15884 15885 15886 15887 15888 15889 15890 15891 15892 |
# File 'lib/aws-sdk-datazone/types.rb', line 15882 class UpdateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :identifier, :name, :user_parameters) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the ‘UpdateEnvironmentProfile` action.
15882 15883 15884 15885 15886 15887 15888 15889 15890 15891 15892 |
# File 'lib/aws-sdk-datazone/types.rb', line 15882 class UpdateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :identifier, :name, :user_parameters) SENSITIVE = [:name] include Aws::Structure end |
#user_parameters ⇒ Array<Types::EnvironmentParameter>
The user parameters to be updated as part of the ‘UpdateEnvironmentProfile` action.
15882 15883 15884 15885 15886 15887 15888 15889 15890 15891 15892 |
# File 'lib/aws-sdk-datazone/types.rb', line 15882 class UpdateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :identifier, :name, :user_parameters) SENSITIVE = [:name] include Aws::Structure end |