Class: Aws::Types::CreateLicenseAssetGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseAssetGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_license_asset_ruleset_arns ⇒ ::Array[::String]
Returns the value of attribute associated_license_asset_ruleset_arns.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#license_asset_group_configurations ⇒ ::Array[Types::LicenseAssetGroupConfiguration]
Returns the value of attribute license_asset_group_configurations.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#properties ⇒ ::Array[Types::LicenseAssetGroupProperty]
Returns the value of attribute properties.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#associated_license_asset_ruleset_arns ⇒ ::Array[::String]
Returns the value of attribute associated_license_asset_ruleset_arns.
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.
172 173 174 |
# File 'sig/types.rbs', line 172 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
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.
166 167 168 |
# File 'sig/types.rbs', line 166 def name @name end |
#properties ⇒ ::Array[Types::LicenseAssetGroupProperty]
Returns the value of attribute properties.
170 171 172 |
# File 'sig/types.rbs', line 170 def properties @properties end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
171 172 173 |
# File 'sig/types.rbs', line 171 def @tags end |