Class: Aws::LicenseManager::Types::DeleteGrantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DeleteGrantRequest
- 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.
-
#status_reason ⇒ String
The Status reason for the delete request.
-
#version ⇒ String
Current version of the grant.
Instance Attribute Details
#grant_arn ⇒ String
Amazon Resource Name (ARN) of the grant.
982 983 984 985 986 987 988 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 982 class DeleteGrantRequest < Struct.new( :grant_arn, :status_reason, :version) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The Status reason for the delete request.
982 983 984 985 986 987 988 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 982 class DeleteGrantRequest < Struct.new( :grant_arn, :status_reason, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Current version of the grant.
982 983 984 985 986 987 988 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 982 class DeleteGrantRequest < Struct.new( :grant_arn, :status_reason, :version) SENSITIVE = [] include Aws::Structure end |