Class: Aws::Types::CreatePricingRuleInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_entity ⇒ ::String

Returns the value of attribute billing_entity.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def billing_entity
  @billing_entity
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def description
  @description
end

#modifier_percentage ⇒ ::Float

Returns the value of attribute modifier_percentage.

Returns:

  • (::Float)


219
220
221
# File 'sig/types.rbs', line 219

def modifier_percentage
  @modifier_percentage
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def name
  @name
end

#operation ⇒ ::String

Returns the value of attribute operation.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def operation
  @operation
end

#scope ⇒ "GLOBAL", ...

Returns the value of attribute scope.

Returns:

  • ("GLOBAL", "SERVICE", "BILLING_ENTITY", "SKU")


217
218
219
# File 'sig/types.rbs', line 217

def scope
  @scope
end

#service ⇒ ::String

Returns the value of attribute service.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def service
  @service
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


221
222
223
# File 'sig/types.rbs', line 221

def tags
  @tags
end

#tiering ⇒ Types::CreateTieringInput

Returns the value of attribute tiering.



223
224
225
# File 'sig/types.rbs', line 223

def tiering
  @tiering
end

#type ⇒ "MARKUP", ...

Returns the value of attribute type.

Returns:

  • ("MARKUP", "DISCOUNT", "TIERING")


218
219
220
# File 'sig/types.rbs', line 218

def type
  @type
end

#usage_type ⇒ ::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def usage_type
  @usage_type
end