Method: Aws::Health::Types::DescribeAffectedEntitiesForOrganizationRequest#locale

Defined in:
lib/aws-sdk-health/types.rb

#localeString

The locale (language) to return information in. English (en) is the default and the only supported value at this time.

Returns:

  • (String)


264
265
266
267
268
269
270
271
272
# File 'lib/aws-sdk-health/types.rb', line 264

class DescribeAffectedEntitiesForOrganizationRequest < Struct.new(
  :organization_entity_filters,
  :locale,
  :next_token,
  :max_results,
  :organization_entity_account_filters)
  SENSITIVE = []
  include Aws::Structure
end