Class: Aws::DataZone::Types::GetEnvironmentBlueprintConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetEnvironmentBlueprintConfigurationInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain where this blueprint exists.
-
#environment_blueprint_identifier ⇒ String
He ID of the blueprint.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain where this blueprint exists.
8199 8200 8201 8202 8203 8204 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8199 class GetEnvironmentBlueprintConfigurationInput < Struct.new( :domain_identifier, :environment_blueprint_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_blueprint_identifier ⇒ String
He ID of the blueprint.
8199 8200 8201 8202 8203 8204 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8199 class GetEnvironmentBlueprintConfigurationInput < Struct.new( :domain_identifier, :environment_blueprint_identifier) SENSITIVE = [] include Aws::Structure end |