Class: Aws::DataZone::Types::CreateEnvironmentProfilePolicyGrantDetail

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

Overview

The details of the policy grant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_unit_idString

The ID of the domain unit.

Returns:

  • (String)


2862
2863
2864
2865
2866
# File 'lib/aws-sdk-datazone/types.rb', line 2862

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