Class: Aws::SSMQuickSetup::Types::ServiceSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb

Overview

Settings configured for Quick Setup.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#explorer_enabling_role_arnString

The IAM role used to enable Explorer.

Returns:

  • (String)


1285
1286
1287
1288
1289
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1285

class ServiceSettings < Struct.new(
  :explorer_enabling_role_arn)
  SENSITIVE = []
  include Aws::Structure
end