Class: Aws::LicenseManager::Types::DeleteGrantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DeleteGrantResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grant_arn ⇒ String
Grant ARN.
-
#status ⇒ String
Grant status.
-
#version ⇒ String
Grant version.
Instance Attribute Details
#grant_arn ⇒ String
Grant ARN.
1004 1005 1006 1007 1008 1009 1010 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1004 class DeleteGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Grant status.
1004 1005 1006 1007 1008 1009 1010 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1004 class DeleteGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Grant version.
1004 1005 1006 1007 1008 1009 1010 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1004 class DeleteGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |