Class: Aws::Types::UpdateLicenseAssetGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_license_asset_ruleset_arns::Array[::String]

Returns the value of attribute associated_license_asset_ruleset_arns.

Returns:

  • (::Array[::String])


1322
1323
1324
# File 'sig/types.rbs', line 1322

def associated_license_asset_ruleset_arns
  @associated_license_asset_ruleset_arns
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def description
  @description
end

#license_asset_group_arn::String

Returns the value of attribute license_asset_group_arn.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def license_asset_group_arn
  @license_asset_group_arn
end

#license_asset_group_configurations::Array[Types::LicenseAssetGroupConfiguration]

Returns the value of attribute license_asset_group_configurations.



1321
1322
1323
# File 'sig/types.rbs', line 1321

def license_asset_group_configurations
  @license_asset_group_configurations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def name
  @name
end

#properties::Array[Types::LicenseAssetGroupProperty]

Returns the value of attribute properties.

Returns:



1323
1324
1325
# File 'sig/types.rbs', line 1323

def properties
  @properties
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DISABLED", "DELETED")


1325
1326
1327
# File 'sig/types.rbs', line 1325

def status
  @status
end