Class: Aws::Types::UpdateSpendingLimitRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def client_token
  @client_token
end

#spending_limit ⇒ ::String

Returns the value of attribute spending_limit.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def spending_limit
  @spending_limit
end

#spending_limit_arn ⇒ ::String

Returns the value of attribute spending_limit_arn.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def spending_limit_arn
  @spending_limit_arn
end

#time_period ⇒ Types::TimePeriod

Returns the value of attribute time_period.

Returns:



500
501
502
# File 'sig/types.rbs', line 500

def time_period
  @time_period
end