Class: Aws::DataZone::Types::EnvironmentBlueprintSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentBlueprintSummary
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The details of an environment blueprint summary.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when an environment blueprint was created.
-
#description ⇒ String
The description of a blueprint.
-
#id ⇒ String
The identifier of the blueprint.
-
#name ⇒ String
The name of the blueprint.
-
#provider ⇒ String
The provider of the blueprint.
-
#provisioning_properties ⇒ Types::ProvisioningProperties
The provisioning properties of the blueprint.
-
#updated_at ⇒ Time
The timestamp of when the blueprint was enabled.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when an environment blueprint was created.
5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5532 class EnvironmentBlueprintSummary < Struct.new( :created_at, :description, :id, :name, :provider, :provisioning_properties, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of a blueprint.
5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5532 class EnvironmentBlueprintSummary < Struct.new( :created_at, :description, :id, :name, :provider, :provisioning_properties, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#id ⇒ String
The identifier of the blueprint.
5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5532 class EnvironmentBlueprintSummary < Struct.new( :created_at, :description, :id, :name, :provider, :provisioning_properties, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the blueprint.
5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5532 class EnvironmentBlueprintSummary < Struct.new( :created_at, :description, :id, :name, :provider, :provisioning_properties, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#provider ⇒ String
The provider of the blueprint.
5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5532 class EnvironmentBlueprintSummary < Struct.new( :created_at, :description, :id, :name, :provider, :provisioning_properties, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#provisioning_properties ⇒ Types::ProvisioningProperties
The provisioning properties of the blueprint.
5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5532 class EnvironmentBlueprintSummary < Struct.new( :created_at, :description, :id, :name, :provider, :provisioning_properties, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the blueprint was enabled.
5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5532 class EnvironmentBlueprintSummary < Struct.new( :created_at, :description, :id, :name, :provider, :provisioning_properties, :updated_at) SENSITIVE = [:description] include Aws::Structure end |