Class: Aws::LicenseManager::Types::RejectGrantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::RejectGrantRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grant_arn ⇒ String
Amazon Resource Name (ARN) of the grant.
Instance Attribute Details
#grant_arn ⇒ String
Amazon Resource Name (ARN) of the grant.
3384 3385 3386 3387 3388 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3384 class RejectGrantRequest < Struct.new( :grant_arn) SENSITIVE = [] include Aws::Structure end |