Class: Aws::CloudFormation::Types::TypeVersionSummary

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

Overview

Contains summary information about a specific version of a CloudFormation extension.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the extension version.

Returns:

  • (String)


10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10518

class TypeVersionSummary < Struct.new(
  :type,
  :type_name,
  :version_id,
  :is_default_version,
  :arn,
  :time_created,
  :description,
  :public_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the extension version.

Returns:

  • (String)


10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10518

class TypeVersionSummary < Struct.new(
  :type,
  :type_name,
  :version_id,
  :is_default_version,
  :arn,
  :time_created,
  :description,
  :public_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#is_default_versionBoolean

Whether the specified extension version is set as the default version.

This applies only to private extensions you have registered in your account, and extensions published by Amazon. For public third-party extensions, CloudFormation returns null.

Returns:

  • (Boolean)


10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10518

class TypeVersionSummary < Struct.new(
  :type,
  :type_name,
  :version_id,
  :is_default_version,
  :arn,
  :time_created,
  :description,
  :public_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#public_version_numberString

For public extensions that have been activated for this account and Region, the version of the public extension to be used for CloudFormation operations in this account and Region. For any extensions other than activated third-arty extensions, CloudFormation returns null.

How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and Region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

Returns:

  • (String)


10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10518

class TypeVersionSummary < Struct.new(
  :type,
  :type_name,
  :version_id,
  :is_default_version,
  :arn,
  :time_created,
  :description,
  :public_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#time_createdTime

When the version was registered.

Returns:

  • (Time)


10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10518

class TypeVersionSummary < Struct.new(
  :type,
  :type_name,
  :version_id,
  :is_default_version,
  :arn,
  :time_created,
  :description,
  :public_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The kind of extension.

Returns:

  • (String)


10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10518

class TypeVersionSummary < Struct.new(
  :type,
  :type_name,
  :version_id,
  :is_default_version,
  :arn,
  :time_created,
  :description,
  :public_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The name of the extension.

Returns:

  • (String)


10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10518

class TypeVersionSummary < Struct.new(
  :type,
  :type_name,
  :version_id,
  :is_default_version,
  :arn,
  :time_created,
  :description,
  :public_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it's registered.

Returns:

  • (String)


10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10518

class TypeVersionSummary < Struct.new(
  :type,
  :type_name,
  :version_id,
  :is_default_version,
  :arn,
  :time_created,
  :description,
  :public_version_number)
  SENSITIVE = []
  include Aws::Structure
end