Class: Aws::PinpointSMSVoiceV2::Types::AccountLimit

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

The current resource quotas associated with an Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maxInteger

The Amazon Web Services set limit for that resource type, in US dollars.

Returns:

  • (Integer)


70
71
72
73
74
75
76
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 70

class AccountLimit < Struct.new(
  :name,
  :used,
  :max)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the attribute to apply the account limit to.

Returns:

  • (String)


70
71
72
73
74
75
76
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 70

class AccountLimit < Struct.new(
  :name,
  :used,
  :max)
  SENSITIVE = []
  include Aws::Structure
end

#usedInteger

The current amount that has been spent, in US dollars.

Returns:

  • (Integer)


70
71
72
73
74
75
76
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 70

class AccountLimit < Struct.new(
  :name,
  :used,
  :max)
  SENSITIVE = []
  include Aws::Structure
end