Class: Aws::DataZone::Types::GetEnvironmentBlueprintConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetEnvironmentBlueprintConfigurationInput
- Includes:
- Structure
- Defined in:
- 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.
7070 7071 7072 7073 7074 7075 |
# File 'lib/aws-sdk-datazone/types.rb', line 7070 class GetEnvironmentBlueprintConfigurationInput < Struct.new( :domain_identifier, :environment_blueprint_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_blueprint_identifier ⇒ String
He ID of the blueprint.
7070 7071 7072 7073 7074 7075 |
# File 'lib/aws-sdk-datazone/types.rb', line 7070 class GetEnvironmentBlueprintConfigurationInput < Struct.new( :domain_identifier, :environment_blueprint_identifier) SENSITIVE = [] include Aws::Structure end |