Class: Aws::LicenseManager::Types::RuleStatement
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::RuleStatement
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Rule statement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_rule_statement ⇒ Types::InstanceRuleStatement
Instance rule statement.
-
#license_configuration_rule_statement ⇒ Types::LicenseConfigurationRuleStatement
License configuration rule statement.
-
#license_rule_statement ⇒ Types::LicenseRuleStatement
License rule statement.
Instance Attribute Details
#instance_rule_statement ⇒ Types::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_statement ⇒ Types::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_statement ⇒ Types::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 |