Class: Aws::LicenseManager::Types::LicenseAssetRule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

License asset rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_statementTypes::RuleStatement

Rule statement.



2396
2397
2398
2399
2400
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2396

class LicenseAssetRule < Struct.new(
  :rule_statement)
  SENSITIVE = []
  include Aws::Structure
end