Class: Aws::LicenseManager::Types::DeleteGrantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DeleteGrantResponse
- Defined in:
- gems/aws-sdk-licensemanager/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.
1199 1200 1201 1202 1203 1204 1205 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1199 class DeleteGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Grant status.
1199 1200 1201 1202 1203 1204 1205 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1199 class DeleteGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Grant version.
1199 1200 1201 1202 1203 1204 1205 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1199 class DeleteGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |