Class: Aws::LicenseManager::Types::ManagedResourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ManagedResourceSummary
- Defined in:
- gems/aws-sdk-licensemanager/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.
3087 3088 3089 3090 3091 3092 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3087 class ManagedResourceSummary < Struct.new( :resource_type, :association_count) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of resource associated with a license.
3087 3088 3089 3090 3091 3092 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3087 class ManagedResourceSummary < Struct.new( :resource_type, :association_count) SENSITIVE = [] include Aws::Structure end |