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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


21203
21204
21205
21206
21207
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21203

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