Class: Aws::LicenseManager::Types::ManagedResourceSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#association_countInteger

Number of resources associated with licenses.

Returns:

  • (Integer)


3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3113

class ManagedResourceSummary < Struct.new(
  :resource_type,
  :association_count)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Type of resource associated with a license.

Returns:

  • (String)


3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3113

class ManagedResourceSummary < Struct.new(
  :resource_type,
  :association_count)
  SENSITIVE = []
  include Aws::Structure
end