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.
| 20501 20502 20503 20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20501 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.
| 20501 20502 20503 20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20501 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.
| 20501 20502 20503 20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20501 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.
| 20501 20502 20503 20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20501 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.
| 20501 20502 20503 20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20501 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.
| 20501 20502 20503 20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20501 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.
| 20501 20502 20503 20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20501 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.
| 20501 20502 20503 20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20501 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.
| 20501 20502 20503 20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20501 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.
| 20501 20502 20503 20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20501 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 |