Class: Aws::DataZone::Types::CreateEnvironmentBlueprintInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateEnvironmentBlueprintInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the Amazon DataZone blueprint.
-
#domain_identifier ⇒ String
The identifier of the domain in which this blueprint is created.
-
#name ⇒ String
The name of this Amazon DataZone blueprint.
-
#provisioning_properties ⇒ Types::ProvisioningProperties
The provisioning properties of this Amazon DataZone blueprint.
-
#user_parameters ⇒ Array<Types::CustomParameter>
The user parameters of this Amazon DataZone blueprint.
Instance Attribute Details
#description ⇒ String
The description of the Amazon DataZone blueprint.
3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3540 class CreateEnvironmentBlueprintInput < Struct.new( :description, :domain_identifier, :name, :provisioning_properties, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the domain in which this blueprint is created.
3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3540 class CreateEnvironmentBlueprintInput < Struct.new( :description, :domain_identifier, :name, :provisioning_properties, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of this Amazon DataZone blueprint.
3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3540 class CreateEnvironmentBlueprintInput < Struct.new( :description, :domain_identifier, :name, :provisioning_properties, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#provisioning_properties ⇒ Types::ProvisioningProperties
The provisioning properties of this Amazon DataZone blueprint.
3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3540 class CreateEnvironmentBlueprintInput < Struct.new( :description, :domain_identifier, :name, :provisioning_properties, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#user_parameters ⇒ Array<Types::CustomParameter>
The user parameters of this Amazon DataZone blueprint.
3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3540 class CreateEnvironmentBlueprintInput < Struct.new( :description, :domain_identifier, :name, :provisioning_properties, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |