Class: Aws::DataZone::Types::AddPolicyGrantOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AddPolicyGrantOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grant_id ⇒ String
The ID of the policy grant that was added to a specified entity.
Instance Attribute Details
#grant_id ⇒ String
The ID of the policy grant that was added to a specified entity.
491 492 493 494 495 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 491 class AddPolicyGrantOutput < Struct.new( :grant_id) SENSITIVE = [] include Aws::Structure end |