Class: Aws::Types::UpdateLicenseAssetRulesetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def description
  @description
end

#license_asset_ruleset_arn::String

Returns the value of attribute license_asset_ruleset_arn.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def license_asset_ruleset_arn
  @license_asset_ruleset_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def name
  @name
end

#rules::Array[Types::LicenseAssetRule]

Returns the value of attribute rules.

Returns:



1339
1340
1341
# File 'sig/types.rbs', line 1339

def rules
  @rules
end