Class: Aws::Types::SpendingLimitSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


461
462
463
# File 'sig/types.rbs', line 461

def created_at
  @created_at
end

#device_arn ⇒ ::String

Returns the value of attribute device_arn.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def device_arn
  @device_arn
end

#queued_spend ⇒ ::String

Returns the value of attribute queued_spend.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def queued_spend
  @queued_spend
end

#spending_limit ⇒ ::String

Returns the value of attribute spending_limit.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def spending_limit
  @spending_limit
end

#spending_limit_arn ⇒ ::String

Returns the value of attribute spending_limit_arn.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def spending_limit_arn
  @spending_limit_arn
end

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

Returns the value of attribute tags.

Returns:

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


463
464
465
# File 'sig/types.rbs', line 463

def tags
  @tags
end

#time_period ⇒ Types::TimePeriod

Returns the value of attribute time_period.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def time_period
  @time_period
end

#total_spend ⇒ ::String

Returns the value of attribute total_spend.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def total_spend
  @total_spend
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


462
463
464
# File 'sig/types.rbs', line 462

def updated_at
  @updated_at
end