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)


10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10448

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)


10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10448

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)


10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10448

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)


10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10448

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)


10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10448

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)


10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10448

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)


10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10448

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)


10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10448

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