Class: Aws::Types::UsagePlan

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:



1519
1520
1521
# File 'sig/types.rbs', line 1519

def api_stages
  @api_stages
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def name
  @name
end

#product_code::String

Returns the value of attribute product_code.

Returns:

  • (::String)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def product_code
  @product_code
end

#quotaTypes::QuotaSettings

Returns the value of attribute quota.



1521
1522
1523
# File 'sig/types.rbs', line 1521

def quota
  @quota
end

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

Returns the value of attribute tags.

Returns:

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


1523
1524
1525
# File 'sig/types.rbs', line 1523

def tags
  @tags
end

#throttleTypes::ThrottleSettings

Returns the value of attribute throttle.



1520
1521
1522
# File 'sig/types.rbs', line 1520

def throttle
  @throttle
end