Class: Aws::LicenseManager::Types::RuleStatement

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

Overview

Rule statement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_rule_statementTypes::InstanceRuleStatement

Instance rule statement.



4490
4491
4492
4493
4494
4495
4496
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4490

class RuleStatement < Struct.new(
  :license_configuration_rule_statement,
  :license_rule_statement,
  :instance_rule_statement)
  SENSITIVE = []
  include Aws::Structure
end

#license_configuration_rule_statementTypes::LicenseConfigurationRuleStatement

License configuration rule statement.



4490
4491
4492
4493
4494
4495
4496
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4490

class RuleStatement < Struct.new(
  :license_configuration_rule_statement,
  :license_rule_statement,
  :instance_rule_statement)
  SENSITIVE = []
  include Aws::Structure
end

#license_rule_statementTypes::LicenseRuleStatement

License rule statement.



4490
4491
4492
4493
4494
4495
4496
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4490

class RuleStatement < Struct.new(
  :license_configuration_rule_statement,
  :license_rule_statement,
  :instance_rule_statement)
  SENSITIVE = []
  include Aws::Structure
end