Class: Aws::Types::Account

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_version::String

Returns the value of attribute api_key_version.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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

def features
  @features
end

#throttle_settingsTypes::ThrottleSettings

Returns the value of attribute throttle_settings.



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

def throttle_settings
  @throttle_settings
end