Class: Aws::Types::CreatePricingPlanInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def name
  @name
end

#pricing_rule_arns ⇒ ::Array[::String]

Returns the value of attribute pricing_rule_arns.

Returns:

  • (::Array[::String])


203
204
205
# File 'sig/types.rbs', line 203

def pricing_rule_arns
  @pricing_rule_arns
end

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

Returns the value of attribute tags.

Returns:

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


204
205
206
# File 'sig/types.rbs', line 204

def tags
  @tags
end