Class: Aws::SSMQuickSetup::Types::QuickSetupTypeOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#latest_versionString

The latest version number of the configuration.

Returns:

  • (String)


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

#typeString

The type of the Quick Setup configuration.

Returns:

  • (String)


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