Class: Aws::SSMQuickSetup::Types::UpdateServiceSettingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::UpdateServiceSettingsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmquicksetup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#explorer_enabling_role_arn ⇒ String
The IAM role used to enable Explorer.
Instance Attribute Details
#explorer_enabling_role_arn ⇒ String
The IAM role used to enable Explorer.
1566 1567 1568 1569 1570 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1566 class UpdateServiceSettingsInput < Struct.new( :explorer_enabling_role_arn) SENSITIVE = [] include Aws::Structure end |