Class: Aws::Types::CreateLicenseAssetGroupRequest

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])


169
170
171
# File 'sig/types.rbs', line 169

def associated_license_asset_ruleset_arns
  @associated_license_asset_ruleset_arns
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def description
  @description
end

#license_asset_group_configurations::Array[Types::LicenseAssetGroupConfiguration]

Returns the value of attribute license_asset_group_configurations.



168
169
170
# File 'sig/types.rbs', line 168

def license_asset_group_configurations
  @license_asset_group_configurations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def name
  @name
end

#properties::Array[Types::LicenseAssetGroupProperty]

Returns the value of attribute properties.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def properties
  @properties
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

def tags
  @tags
end