Class: Aws::DataZone::Types::GetEnvironmentBlueprintInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetEnvironmentBlueprintInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The identifier of the domain in which this blueprint exists.
-
#identifier ⇒ String
The ID of this Amazon DataZone blueprint.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the domain in which this blueprint exists.
7141 7142 7143 7144 7145 7146 |
# File 'lib/aws-sdk-datazone/types.rb', line 7141 class GetEnvironmentBlueprintInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of this Amazon DataZone blueprint.
7141 7142 7143 7144 7145 7146 |
# File 'lib/aws-sdk-datazone/types.rb', line 7141 class GetEnvironmentBlueprintInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |