Class: Aws::SSMQuickSetup::Types::ServiceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::ServiceSettings
- 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
-
#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.
1389 1390 1391 1392 1393 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1389 class ServiceSettings < Struct.new( :explorer_enabling_role_arn) SENSITIVE = [] include Aws::Structure end |