Class: Aws::Types::CreateLicenseAssetRulesetRequest

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)


187
188
189
# File 'sig/types.rbs', line 187

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def name
  @name
end

#rules::Array[Types::LicenseAssetRule]

Returns the value of attribute rules.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def rules
  @rules
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def tags
  @tags
end