Class: Aws::DataZone::Types::UpdateEnvironmentBlueprintOutput

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

#created_atTime

The timestamp of when the environment blueprint was created.

Returns:

  • (Time)


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_propertiesTypes::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

#descriptionString

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

Returns:

  • (String)


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_termsArray<String>

The glossary terms to be updated as part of the UpdateEnvironmentBlueprint action.

Returns:

  • (Array<String>)


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

#idString

The identifier of the blueprint to be updated.

Returns:

  • (String)


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

#nameString

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

Returns:

  • (String)


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

#providerString

The provider of the blueprint to be udpated.

Returns:

  • (String)


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_propertiesTypes::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_atTime

The timestamp of when the blueprint was updated.

Returns:

  • (Time)


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

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

Returns:



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