Class: Aws::DataZone::Types::CreateEnvironmentBlueprintInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the Amazon DataZone blueprint.

Returns:

  • (String)


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_identifierString

The identifier of the domain in which this blueprint is created.

Returns:

  • (String)


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

#nameString

The name of this Amazon DataZone blueprint.

Returns:

  • (String)


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_propertiesTypes::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_parametersArray<Types::CustomParameter>

The user parameters of this Amazon DataZone blueprint.

Returns:



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