Class: Aws::SSM::Types::DocumentDefaultVersionDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

A default version of a document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_versionString

The default version of the document.

Returns:

  • (String)


6438
6439
6440
6441
6442
6443
6444
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6438

class DocumentDefaultVersionDescription < Struct.new(
  :name,
  :default_version,
  :default_version_name)
  SENSITIVE = []
  include Aws::Structure
end

#default_version_nameString

The default version of the artifact associated with the document.

Returns:

  • (String)


6438
6439
6440
6441
6442
6443
6444
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6438

class DocumentDefaultVersionDescription < Struct.new(
  :name,
  :default_version,
  :default_version_name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the document.

Returns:

  • (String)


6438
6439
6440
6441
6442
6443
6444
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6438

class DocumentDefaultVersionDescription < Struct.new(
  :name,
  :default_version,
  :default_version_name)
  SENSITIVE = []
  include Aws::Structure
end