Class: Aws::SSMQuickSetup::Types::UpdateServiceSettingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::UpdateServiceSettingsInput
- Defined in:
- gems/aws-sdk-ssmquicksetup/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.
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 |