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
UpdateEnvironmentBlueprint
action. -
#description ⇒ String
The description to be updated as part of the
UpdateEnvironmentBlueprint
action. -
#glossary_terms ⇒ Array<String>
The glossary terms to be updated as part of the
UpdateEnvironmentBlueprint
action. -
#id ⇒ String
The identifier of the blueprint to be updated.
-
#name ⇒ String
The name to be updated as part of the
UpdateEnvironmentBlueprint
action. -
#provider ⇒ String
The provider of the blueprint to be udpated.
-
#provisioning_properties ⇒ Types::ProvisioningProperties
The provisioning properties to be updated as part of the
UpdateEnvironmentBlueprint
action. -
#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
UpdateEnvironmentBlueprint
action.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the environment blueprint was created.
20240 20241 20242 20243 20244 20245 20246 20247 20248 20249 20250 20251 20252 20253 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20240 class UpdateEnvironmentBlueprintOutput < Struct.new( :created_at, :deployment_properties, :description, :glossary_terms, :id, :name, :provider, :provisioning_properties, :updated_at, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#deployment_properties ⇒ Types::DeploymentProperties
The deployment properties to be updated as part of the
UpdateEnvironmentBlueprint
action.
20240 20241 20242 20243 20244 20245 20246 20247 20248 20249 20250 20251 20252 20253 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20240 class UpdateEnvironmentBlueprintOutput < Struct.new( :created_at, :deployment_properties, :description, :glossary_terms, :id, :name, :provider, :provisioning_properties, :updated_at, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description to be updated as part of the
UpdateEnvironmentBlueprint
action.
20240 20241 20242 20243 20244 20245 20246 20247 20248 20249 20250 20251 20252 20253 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20240 class UpdateEnvironmentBlueprintOutput < Struct.new( :created_at, :deployment_properties, :description, :glossary_terms, :id, :name, :provider, :provisioning_properties, :updated_at, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms to be updated as part of the
UpdateEnvironmentBlueprint
action.
20240 20241 20242 20243 20244 20245 20246 20247 20248 20249 20250 20251 20252 20253 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20240 class UpdateEnvironmentBlueprintOutput < Struct.new( :created_at, :deployment_properties, :description, :glossary_terms, :id, :name, :provider, :provisioning_properties, :updated_at, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#id ⇒ String
The identifier of the blueprint to be updated.
20240 20241 20242 20243 20244 20245 20246 20247 20248 20249 20250 20251 20252 20253 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20240 class UpdateEnvironmentBlueprintOutput < Struct.new( :created_at, :deployment_properties, :description, :glossary_terms, :id, :name, :provider, :provisioning_properties, :updated_at, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the UpdateEnvironmentBlueprint
action.
20240 20241 20242 20243 20244 20245 20246 20247 20248 20249 20250 20251 20252 20253 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20240 class UpdateEnvironmentBlueprintOutput < Struct.new( :created_at, :deployment_properties, :description, :glossary_terms, :id, :name, :provider, :provisioning_properties, :updated_at, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#provider ⇒ String
The provider of the blueprint to be udpated.
20240 20241 20242 20243 20244 20245 20246 20247 20248 20249 20250 20251 20252 20253 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20240 class UpdateEnvironmentBlueprintOutput < Struct.new( :created_at, :deployment_properties, :description, :glossary_terms, :id, :name, :provider, :provisioning_properties, :updated_at, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#provisioning_properties ⇒ Types::ProvisioningProperties
The provisioning properties to be updated as part of the
UpdateEnvironmentBlueprint
action.
20240 20241 20242 20243 20244 20245 20246 20247 20248 20249 20250 20251 20252 20253 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20240 class UpdateEnvironmentBlueprintOutput < Struct.new( :created_at, :deployment_properties, :description, :glossary_terms, :id, :name, :provider, :provisioning_properties, :updated_at, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the blueprint was updated.
20240 20241 20242 20243 20244 20245 20246 20247 20248 20249 20250 20251 20252 20253 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20240 class UpdateEnvironmentBlueprintOutput < Struct.new( :created_at, :deployment_properties, :description, :glossary_terms, :id, :name, :provider, :provisioning_properties, :updated_at, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |
#user_parameters ⇒ Array<Types::CustomParameter>
The user parameters to be updated as part of the
UpdateEnvironmentBlueprint
action.
20240 20241 20242 20243 20244 20245 20246 20247 20248 20249 20250 20251 20252 20253 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20240 class UpdateEnvironmentBlueprintOutput < Struct.new( :created_at, :deployment_properties, :description, :glossary_terms, :id, :name, :provider, :provisioning_properties, :updated_at, :user_parameters) SENSITIVE = [:description] include Aws::Structure end |