Class: Aws::LicenseManager::Types::LicenseConfigurationUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::LicenseConfigurationUsage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Details about the usage of a resource associated with a license configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_time ⇒ Time
Time when the license configuration was initially associated with the resource.
-
#consumed_licenses ⇒ Integer
Number of licenses consumed by the resource.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource.
-
#resource_owner_id ⇒ String
ID of the account that owns the resource.
-
#resource_status ⇒ String
Status of the resource.
-
#resource_type ⇒ String
Type of resource.
Instance Attribute Details
#association_time ⇒ Time
Time when the license configuration was initially associated with the resource.
2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2125 class LicenseConfigurationUsage < Struct.new( :resource_arn, :resource_type, :resource_status, :resource_owner_id, :association_time, :consumed_licenses) SENSITIVE = [] include Aws::Structure end |
#consumed_licenses ⇒ Integer
Number of licenses consumed by the resource.
2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2125 class LicenseConfigurationUsage < Struct.new( :resource_arn, :resource_type, :resource_status, :resource_owner_id, :association_time, :consumed_licenses) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource.
2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2125 class LicenseConfigurationUsage < Struct.new( :resource_arn, :resource_type, :resource_status, :resource_owner_id, :association_time, :consumed_licenses) SENSITIVE = [] include Aws::Structure end |
#resource_owner_id ⇒ String
ID of the account that owns the resource.
2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2125 class LicenseConfigurationUsage < Struct.new( :resource_arn, :resource_type, :resource_status, :resource_owner_id, :association_time, :consumed_licenses) SENSITIVE = [] include Aws::Structure end |
#resource_status ⇒ String
Status of the resource.
2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2125 class LicenseConfigurationUsage < Struct.new( :resource_arn, :resource_type, :resource_status, :resource_owner_id, :association_time, :consumed_licenses) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of resource.
2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2125 class LicenseConfigurationUsage < Struct.new( :resource_arn, :resource_type, :resource_status, :resource_owner_id, :association_time, :consumed_licenses) SENSITIVE = [] include Aws::Structure end |