Class: Aws::LicenseManager::Types::ManagedResourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ManagedResourceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Summary information about a managed resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_count ⇒ Integer
Number of resources associated with licenses.
-
#resource_type ⇒ String
Type of resource associated with a license.
Instance Attribute Details
#association_count ⇒ Integer
Number of resources associated with licenses.
3113 3114 3115 3116 3117 3118 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3113 class ManagedResourceSummary < Struct.new( :resource_type, :association_count) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of resource associated with a license.
3113 3114 3115 3116 3117 3118 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3113 class ManagedResourceSummary < Struct.new( :resource_type, :association_count) SENSITIVE = [] include Aws::Structure end |