Class: Aws::SSMQuickSetup::Types::DeleteConfigurationManagerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::DeleteConfigurationManagerInput
- Defined in:
- gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manager_arn ⇒ String
The ID of the configuration manager.
Instance Attribute Details
#manager_arn ⇒ String
The ID of the configuration manager.
1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1053 class DeleteConfigurationManagerInput < Struct.new( :manager_arn) SENSITIVE = [] include Aws::Structure end |