Class: Aws::Types::LicenseAssetRuleset

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def description
  @description
end

#license_asset_ruleset_arn::String

Returns the value of attribute license_asset_ruleset_arn.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def license_asset_ruleset_arn
  @license_asset_ruleset_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def name
  @name
end

#rules::Array[Types::LicenseAssetRule]

Returns the value of attribute rules.

Returns:



705
706
707
# File 'sig/types.rbs', line 705

def rules
  @rules
end