Class: Aws::Types::AccountSettings
- Inherits:
-
Object
- Object
- Aws::Types::AccountSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_number ⇒ ::String
Returns the value of attribute aws_account_number.
-
#default_job_timeout_minutes ⇒ ::Integer
Returns the value of attribute default_job_timeout_minutes.
-
#max_job_timeout_minutes ⇒ ::Integer
Returns the value of attribute max_job_timeout_minutes.
-
#max_slots ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute max_slots.
-
#skip_app_resign ⇒ Boolean
Returns the value of attribute skip_app_resign.
-
#trial_minutes ⇒ Types::TrialMinutes
Returns the value of attribute trial_minutes.
-
#unmetered_devices ⇒ ::Hash[("ANDROID" | "IOS"), ::Integer]
Returns the value of attribute unmetered_devices.
-
#unmetered_remote_access_devices ⇒ ::Hash[("ANDROID" | "IOS"), ::Integer]
Returns the value of attribute unmetered_remote_access_devices.
Instance Attribute Details
#aws_account_number ⇒ ::String
Returns the value of attribute aws_account_number.
12 13 14 |
# File 'sig/types.rbs', line 12 def aws_account_number @aws_account_number end |
#default_job_timeout_minutes ⇒ ::Integer
Returns the value of attribute default_job_timeout_minutes.
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.
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.
17 18 19 |
# File 'sig/types.rbs', line 17 def max_slots @max_slots end |
#skip_app_resign ⇒ Boolean
Returns the value of attribute skip_app_resign.
19 20 21 |
# File 'sig/types.rbs', line 19 def skip_app_resign @skip_app_resign end |
#trial_minutes ⇒ Types::TrialMinutes
Returns the value of attribute trial_minutes.
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.
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.
14 15 16 |
# File 'sig/types.rbs', line 14 def unmetered_remote_access_devices @unmetered_remote_access_devices end |