Class: Aws::DataZone::Types::UpdateEnvironmentBlueprintInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description to be updated as part of the UpdateEnvironmentBlueprint action.

Returns:

  • (String)


20555
20556
20557
20558
20559
20560
20561
20562
20563
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20555

class UpdateEnvironmentBlueprintInput < Struct.new(
  :description,
  :domain_identifier,
  :identifier,
  :provisioning_properties,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The identifier of the Amazon DataZone domain in which an environment blueprint is to be updated.

Returns:

  • (String)


20555
20556
20557
20558
20559
20560
20561
20562
20563
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20555

class UpdateEnvironmentBlueprintInput < Struct.new(
  :description,
  :domain_identifier,
  :identifier,
  :provisioning_properties,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the environment blueprint to be updated.

Returns:

  • (String)


20555
20556
20557
20558
20559
20560
20561
20562
20563
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20555

class UpdateEnvironmentBlueprintInput < Struct.new(
  :description,
  :domain_identifier,
  :identifier,
  :provisioning_properties,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_propertiesTypes::ProvisioningProperties

The provisioning properties to be updated as part of the UpdateEnvironmentBlueprint action.



20555
20556
20557
20558
20559
20560
20561
20562
20563
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20555

class UpdateEnvironmentBlueprintInput < Struct.new(
  :description,
  :domain_identifier,
  :identifier,
  :provisioning_properties,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#user_parametersArray<Types::CustomParameter>

The user parameters to be updated as part of the UpdateEnvironmentBlueprint action.

Returns:



20555
20556
20557
20558
20559
20560
20561
20562
20563
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20555

class UpdateEnvironmentBlueprintInput < Struct.new(
  :description,
  :domain_identifier,
  :identifier,
  :provisioning_properties,
  :user_parameters)
  SENSITIVE = []
  include Aws::Structure
end