Class: Aws::Types::AccountSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_number::String

Returns the value of attribute aws_account_number.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def 
  @aws_account_number
end

#default_job_timeout_minutes::Integer

Returns the value of attribute default_job_timeout_minutes.

Returns:

  • (::Integer)


18
19
20
# File 'sig/types.rbs', line 18

def default_job_timeout_minutes
  @default_job_timeout_minutes
end

#max_job_timeout_minutes::Integer

Returns the value of attribute max_job_timeout_minutes.

Returns:

  • (::Integer)


15
16
17
# File 'sig/types.rbs', line 15

def max_job_timeout_minutes
  @max_job_timeout_minutes
end

#max_slots::Hash[::String, ::Integer]

Returns the value of attribute max_slots.

Returns:

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


17
18
19
# File 'sig/types.rbs', line 17

def max_slots
  @max_slots
end

#skip_app_resignBoolean

Returns the value of attribute skip_app_resign.

Returns:

  • (Boolean)


19
20
21
# File 'sig/types.rbs', line 19

def skip_app_resign
  @skip_app_resign
end

#trial_minutesTypes::TrialMinutes

Returns the value of attribute trial_minutes.

Returns:



16
17
18
# File 'sig/types.rbs', line 16

def trial_minutes
  @trial_minutes
end

#unmetered_devices::Hash[("ANDROID" | "IOS"), ::Integer]

Returns the value of attribute unmetered_devices.

Returns:

  • (::Hash[("ANDROID" | "IOS"), ::Integer])


13
14
15
# File 'sig/types.rbs', line 13

def unmetered_devices
  @unmetered_devices
end

#unmetered_remote_access_devices::Hash[("ANDROID" | "IOS"), ::Integer]

Returns the value of attribute unmetered_remote_access_devices.

Returns:

  • (::Hash[("ANDROID" | "IOS"), ::Integer])


14
15
16
# File 'sig/types.rbs', line 14

def unmetered_remote_access_devices
  @unmetered_remote_access_devices
end