Method: Aws::ECS::Types::Setting#type

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

#typeString

Indicates whether Amazon Web Services manages the account setting, or if the user manages it.

‘aws_managed` account settings are read-only, as Amazon Web Services manages such on the customer’s behalf. Currently, the ‘guardDutyActivate` account setting is the only one Amazon Web Services manages.

Returns:

  • (String)


11463
11464
11465
11466
11467
11468
11469
11470
# File 'lib/aws-sdk-ecs/types.rb', line 11463

class Setting < Struct.new(
  :name,
  :value,
  :principal_arn,
  :type)
  SENSITIVE = []
  include Aws::Structure
end