Class: Aws::DataZone::Types::CreateEnvironmentProfilePolicyGrantDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateEnvironmentProfilePolicyGrantDetail
- 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
-
#domain_unit_id ⇒ String
The ID of the domain unit.
Instance Attribute Details
#domain_unit_id ⇒ String
The ID of the domain unit.
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 |