Class: Aws::SSMQuickSetup::Types::QuickSetupTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::QuickSetupTypeOutput
- Defined in:
- gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb
Overview
Information about the Quick Setup type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latest_version ⇒ String
The latest version number of the configuration.
-
#type ⇒ String
The type of the Quick Setup configuration.
Instance Attribute Details
#latest_version ⇒ String
The latest version number of the configuration.
1257 1258 1259 1260 1261 1262 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1257 class QuickSetupTypeOutput < Struct.new( :latest_version, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the Quick Setup configuration.
1257 1258 1259 1260 1261 1262 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1257 class QuickSetupTypeOutput < Struct.new( :latest_version, :type) SENSITIVE = [] include Aws::Structure end |