Class: Aws::LicenseManager::Types::Grant
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::Grant
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Describes a grant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grant_arn ⇒ String
Amazon Resource Name (ARN) of the grant.
-
#grant_name ⇒ String
Grant name.
-
#grant_status ⇒ String
Grant status.
-
#granted_operations ⇒ Array<String>
Granted operations.
-
#grantee_principal_arn ⇒ String
The grantee principal ARN.
-
#home_region ⇒ String
Home Region of the grant.
-
#license_arn ⇒ String
License ARN.
-
#options ⇒ Types::Options
The options specified for the grant.
-
#parent_arn ⇒ String
Parent ARN.
-
#status_reason ⇒ String
Grant status reason.
-
#version ⇒ String
Grant version.
Instance Attribute Details
#grant_arn ⇒ String
Amazon Resource Name (ARN) of the grant.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1682 class Grant < Struct.new( :grant_arn, :grant_name, :parent_arn, :license_arn, :grantee_principal_arn, :home_region, :grant_status, :status_reason, :version, :granted_operations, :options) SENSITIVE = [] include Aws::Structure end |
#grant_name ⇒ String
Grant name.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1682 class Grant < Struct.new( :grant_arn, :grant_name, :parent_arn, :license_arn, :grantee_principal_arn, :home_region, :grant_status, :status_reason, :version, :granted_operations, :options) SENSITIVE = [] include Aws::Structure end |
#grant_status ⇒ String
Grant status.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1682 class Grant < Struct.new( :grant_arn, :grant_name, :parent_arn, :license_arn, :grantee_principal_arn, :home_region, :grant_status, :status_reason, :version, :granted_operations, :options) SENSITIVE = [] include Aws::Structure end |
#granted_operations ⇒ Array<String>
Granted operations.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1682 class Grant < Struct.new( :grant_arn, :grant_name, :parent_arn, :license_arn, :grantee_principal_arn, :home_region, :grant_status, :status_reason, :version, :granted_operations, :options) SENSITIVE = [] include Aws::Structure end |
#grantee_principal_arn ⇒ String
The grantee principal ARN.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1682 class Grant < Struct.new( :grant_arn, :grant_name, :parent_arn, :license_arn, :grantee_principal_arn, :home_region, :grant_status, :status_reason, :version, :granted_operations, :options) SENSITIVE = [] include Aws::Structure end |
#home_region ⇒ String
Home Region of the grant.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1682 class Grant < Struct.new( :grant_arn, :grant_name, :parent_arn, :license_arn, :grantee_principal_arn, :home_region, :grant_status, :status_reason, :version, :granted_operations, :options) SENSITIVE = [] include Aws::Structure end |
#license_arn ⇒ String
License ARN.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1682 class Grant < Struct.new( :grant_arn, :grant_name, :parent_arn, :license_arn, :grantee_principal_arn, :home_region, :grant_status, :status_reason, :version, :granted_operations, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::Options
The options specified for the grant.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1682 class Grant < Struct.new( :grant_arn, :grant_name, :parent_arn, :license_arn, :grantee_principal_arn, :home_region, :grant_status, :status_reason, :version, :granted_operations, :options) SENSITIVE = [] include Aws::Structure end |
#parent_arn ⇒ String
Parent ARN.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1682 class Grant < Struct.new( :grant_arn, :grant_name, :parent_arn, :license_arn, :grantee_principal_arn, :home_region, :grant_status, :status_reason, :version, :granted_operations, :options) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Grant status reason.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1682 class Grant < Struct.new( :grant_arn, :grant_name, :parent_arn, :license_arn, :grantee_principal_arn, :home_region, :grant_status, :status_reason, :version, :granted_operations, :options) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Grant version.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1682 class Grant < Struct.new( :grant_arn, :grant_name, :parent_arn, :license_arn, :grantee_principal_arn, :home_region, :grant_status, :status_reason, :version, :granted_operations, :options) SENSITIVE = [] include Aws::Structure end |