Class: Aws::DataZone::Types::UpdateEnvironmentBlueprintOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateEnvironmentBlueprintOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the environment blueprint was created.
-
#deployment_properties ⇒ Types::DeploymentProperties
The deployment properties to be updated as part of the
UpdateEnvironmentBlueprintaction. -
#description ⇒ String
The description to be updated as part of the
UpdateEnvironmentBlueprintaction. -
#glossary_terms ⇒ Array<String>
The glossary terms to be updated as part of the
UpdateEnvironmentBlueprintaction. -
#id ⇒ String
The identifier of the blueprint to be updated.
-
#name ⇒ String
The name to be updated as part of the
UpdateEnvironmentBlueprintaction. -
#provider ⇒ String
The provider of the blueprint to be udpated.
-
#provisioning_properties ⇒ Types::ProvisioningProperties
The provisioning properties to be updated as part of the
UpdateEnvironmentBlueprintaction. -
#updated_at ⇒ Time
The timestamp of when the blueprint was updated.
-
#user_parameters ⇒ Array<Types::CustomParameter>
The user parameters to be updated as part of the
UpdateEnvironmentBlueprintaction.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the environment blueprint was created.
21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21301 class UpdateEnvironmentBlueprintOutput < Struct.new( :id, :name, :description, :provider, :provisioning_properties, :deployment_properties, :user_parameters, :glossary_terms, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#deployment_properties ⇒ Types::DeploymentProperties
The deployment properties to be updated as part of the
UpdateEnvironmentBlueprint action.
21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21301 class UpdateEnvironmentBlueprintOutput < Struct.new( :id, :name, :description, :provider, :provisioning_properties, :deployment_properties, :user_parameters, :glossary_terms, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description to be updated as part of the
UpdateEnvironmentBlueprint action.
21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21301 class UpdateEnvironmentBlueprintOutput < Struct.new( :id, :name, :description, :provider, :provisioning_properties, :deployment_properties, :user_parameters, :glossary_terms, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms to be updated as part of the
UpdateEnvironmentBlueprint action.
21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21301 class UpdateEnvironmentBlueprintOutput < Struct.new( :id, :name, :description, :provider, :provisioning_properties, :deployment_properties, :user_parameters, :glossary_terms, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#id ⇒ String
The identifier of the blueprint to be updated.
21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21301 class UpdateEnvironmentBlueprintOutput < Struct.new( :id, :name, :description, :provider, :provisioning_properties, :deployment_properties, :user_parameters, :glossary_terms, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the UpdateEnvironmentBlueprint
action.
21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21301 class UpdateEnvironmentBlueprintOutput < Struct.new( :id, :name, :description, :provider, :provisioning_properties, :deployment_properties, :user_parameters, :glossary_terms, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#provider ⇒ String
The provider of the blueprint to be udpated.
21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21301 class UpdateEnvironmentBlueprintOutput < Struct.new( :id, :name, :description, :provider, :provisioning_properties, :deployment_properties, :user_parameters, :glossary_terms, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#provisioning_properties ⇒ Types::ProvisioningProperties
The provisioning properties to be updated as part of the
UpdateEnvironmentBlueprint action.
21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21301 class UpdateEnvironmentBlueprintOutput < Struct.new( :id, :name, :description, :provider, :provisioning_properties, :deployment_properties, :user_parameters, :glossary_terms, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the blueprint was updated.
21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21301 class UpdateEnvironmentBlueprintOutput < Struct.new( :id, :name, :description, :provider, :provisioning_properties, :deployment_properties, :user_parameters, :glossary_terms, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#user_parameters ⇒ Array<Types::CustomParameter>
The user parameters to be updated as part of the
UpdateEnvironmentBlueprint action.
21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21301 class UpdateEnvironmentBlueprintOutput < Struct.new( :id, :name, :description, :provider, :provisioning_properties, :deployment_properties, :user_parameters, :glossary_terms, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |