Class: Aws::Types::Account
- Inherits:
-
Object
- Object
- Aws::Types::Account
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key_version ⇒ ::String
Returns the value of attribute api_key_version.
-
#cloudwatch_role_arn ⇒ ::String
Returns the value of attribute cloudwatch_role_arn.
-
#features ⇒ ::Array[::String]
Returns the value of attribute features.
-
#throttle_settings ⇒ Types::ThrottleSettings
Returns the value of attribute throttle_settings.
Instance Attribute Details
#api_key_version ⇒ ::String
Returns the value of attribute api_key_version.
21 22 23 |
# File 'sig/types.rbs', line 21 def api_key_version @api_key_version end |
#cloudwatch_role_arn ⇒ ::String
Returns the value of attribute cloudwatch_role_arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def cloudwatch_role_arn @cloudwatch_role_arn end |
#features ⇒ ::Array[::String]
Returns the value of attribute features.
20 21 22 |
# File 'sig/types.rbs', line 20 def features @features end |
#throttle_settings ⇒ Types::ThrottleSettings
Returns the value of attribute throttle_settings.
19 20 21 |
# File 'sig/types.rbs', line 19 def throttle_settings @throttle_settings end |