Class: Aws::SSMQuickSetup::Types::ConfigurationDefinitionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::ConfigurationDefinitionSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmquicksetup/types.rb
Overview
A summarized definition of a Quick Setup configuration definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#first_class_parameters ⇒ Hash<String,String>
The common parameters and values for the configuration definition.
-
#id ⇒ String
The ID of the configuration definition.
-
#type ⇒ String
The type of the Quick Setup configuration used by the configuration definition.
-
#type_version ⇒ String
The version of the Quick Setup type used by the configuration definition.
Instance Attribute Details
#first_class_parameters ⇒ Hash<String,String>
The common parameters and values for the configuration definition.
860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 860 class ConfigurationDefinitionSummary < Struct.new( :first_class_parameters, :id, :type, :type_version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the configuration definition.
860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 860 class ConfigurationDefinitionSummary < Struct.new( :first_class_parameters, :id, :type, :type_version) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the Quick Setup configuration used by the configuration definition.
860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 860 class ConfigurationDefinitionSummary < Struct.new( :first_class_parameters, :id, :type, :type_version) SENSITIVE = [] include Aws::Structure end |
#type_version ⇒ String
The version of the Quick Setup type used by the configuration definition.
860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 860 class ConfigurationDefinitionSummary < Struct.new( :first_class_parameters, :id, :type, :type_version) SENSITIVE = [] include Aws::Structure end |