Class: Aws::DataZone::Types::UpdateEnvironmentBlueprintInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateEnvironmentBlueprintInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description to be updated as part of the
UpdateEnvironmentBlueprintaction. -
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which an environment blueprint is to be updated.
-
#identifier ⇒ String
The identifier of the environment blueprint to be updated.
-
#provisioning_properties ⇒ Types::ProvisioningProperties
The provisioning properties to be updated as part of the
UpdateEnvironmentBlueprintaction. -
#user_parameters ⇒ Array<Types::CustomParameter>
The user parameters to be updated as part of the
UpdateEnvironmentBlueprintaction.
Instance Attribute Details
#description ⇒ String
The description to be updated as part of the
UpdateEnvironmentBlueprint action.
21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21133 class UpdateEnvironmentBlueprintInput < Struct.new( :description, :domain_identifier, :identifier, :provisioning_properties, :user_parameters) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which an environment blueprint is to be updated.
21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21133 class UpdateEnvironmentBlueprintInput < Struct.new( :description, :domain_identifier, :identifier, :provisioning_properties, :user_parameters) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the environment blueprint to be updated.
21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21133 class UpdateEnvironmentBlueprintInput < Struct.new( :description, :domain_identifier, :identifier, :provisioning_properties, :user_parameters) SENSITIVE = [] include Aws::Structure end |
#provisioning_properties ⇒ Types::ProvisioningProperties
The provisioning properties to be updated as part of the
UpdateEnvironmentBlueprint action.
21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21133 class UpdateEnvironmentBlueprintInput < Struct.new( :description, :domain_identifier, :identifier, :provisioning_properties, :user_parameters) SENSITIVE = [] include Aws::Structure end |
#user_parameters ⇒ Array<Types::CustomParameter>
The user parameters to be updated as part of the
UpdateEnvironmentBlueprint action.
21133 21134 21135 21136 21137 21138 21139 21140 21141 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21133 class UpdateEnvironmentBlueprintInput < Struct.new( :description, :domain_identifier, :identifier, :provisioning_properties, :user_parameters) SENSITIVE = [] include Aws::Structure end |