Class: Aws::SSMQuickSetup::Types::CreateConfigurationManagerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::CreateConfigurationManagerOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmquicksetup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manager_arn ⇒ String
The ARN for the newly created configuration manager.
Instance Attribute Details
#manager_arn ⇒ String
The ARN for the newly created configuration manager.
1016 1017 1018 1019 1020 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1016 class CreateConfigurationManagerOutput < Struct.new( :manager_arn) SENSITIVE = [] include Aws::Structure end |