Class: Aws::DataZone::Types::UseAssetTypePolicyGrantDetail

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

Overview

Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_unit_idString

The ID of the domain unit.

Returns:

  • (String)


23288
23289
23290
23291
23292
# File 'lib/aws-sdk-datazone/types.rb', line 23288

class UseAssetTypePolicyGrantDetail < Struct.new(
  :domain_unit_id)
  SENSITIVE = []
  include Aws::Structure
end