Class: Aws::DataZone::Types::GetEnvironmentBlueprintInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetEnvironmentBlueprintInput
- 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 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.
8275 8276 8277 8278 8279 8280 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8275 class GetEnvironmentBlueprintInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of this Amazon DataZone blueprint.
8275 8276 8277 8278 8279 8280 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8275 class GetEnvironmentBlueprintInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |