Class: Aws::LicenseManager::Types::AcceptGrantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::AcceptGrantResponse
- 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.
39 40 41 42 43 44 45 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 39 class AcceptGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Grant status.
39 40 41 42 43 44 45 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 39 class AcceptGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Grant version.
39 40 41 42 43 44 45 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 39 class AcceptGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |