Class: Aws::Types::CreateUsagePlanRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_stages::Array[Types::ApiStage]

Returns the value of attribute api_stages.

Returns:



283
284
285
# File 'sig/types.rbs', line 283

def api_stages
  @api_stages
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def name
  @name
end

#quotaTypes::QuotaSettings

Returns the value of attribute quota.



285
286
287
# File 'sig/types.rbs', line 285

def quota
  @quota
end

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

Returns the value of attribute tags.

Returns:

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


286
287
288
# File 'sig/types.rbs', line 286

def tags
  @tags
end

#throttleTypes::ThrottleSettings

Returns the value of attribute throttle.



284
285
286
# File 'sig/types.rbs', line 284

def throttle
  @throttle
end