Class: Aws::DataZone::Types::CreateEnvironmentProfilePolicyGrantDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateEnvironmentProfilePolicyGrantDetail
- Defined in:
- gems/aws-sdk-datazone/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.
3468 3469 3470 3471 3472 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3468 class CreateEnvironmentProfilePolicyGrantDetail < Struct.new( :domain_unit_id) SENSITIVE = [] include Aws::Structure end |