Class: Aws::SSMQuickSetup::Types::UpdateServiceSettingsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#explorer_enabling_role_arnString

The IAM role used to enable Explorer.

Returns:

  • (String)


1462
1463
1464
1465
1466
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1462

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