Class: Aws::LicenseManager::Types::RejectGrantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::RejectGrantResponse
- 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.
3404 3405 3406 3407 3408 3409 3410 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3404 class RejectGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Grant status.
3404 3405 3406 3407 3408 3409 3410 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3404 class RejectGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Grant version.
3404 3405 3406 3407 3408 3409 3410 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3404 class RejectGrantResponse < Struct.new( :grant_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |