Class: Aws::DataZone::Types::GetEnvironmentBlueprintInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The identifier of the domain in which this blueprint exists.

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5403

class GetEnvironmentBlueprintInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of this Amazon DataZone blueprint.

Returns:

  • (String)


5403
5404
5405
5406
5407
5408
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5403

class GetEnvironmentBlueprintInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end