Class: Aws::LicenseManager::Types::CreateGrantVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateGrantVersionResponse
- 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
New version of the grant.
Instance Attribute Details
#grant_arn ⇒ String
Grant ARN.
506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 506 class CreateGrantVersionResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Grant status.
506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 506 class CreateGrantVersionResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
New version of the grant.
506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 506 class CreateGrantVersionResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |