Class: Aws::Types::CreateSpendingLimitRequest

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)


111
112
113
# File 'sig/types.rbs', line 111

def client_token
  @client_token
end

#device_arn ⇒ ::String

Returns the value of attribute device_arn.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def device_arn
  @device_arn
end

#spending_limit ⇒ ::String

Returns the value of attribute spending_limit.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def spending_limit
  @spending_limit
end

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

Returns the value of attribute tags.

Returns:

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


115
116
117
# File 'sig/types.rbs', line 115

def tags
  @tags
end

#time_period ⇒ Types::TimePeriod

Returns the value of attribute time_period.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def time_period
  @time_period
end