Class: Aws::LicenseManager::Types::CreateGrantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateGrantResponse
- 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.
436 437 438 439 440 441 442 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 436 class CreateGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Grant status.
436 437 438 439 440 441 442 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 436 class CreateGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Grant version.
436 437 438 439 440 441 442 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 436 class CreateGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |