Method: Aws::CloudFormation::Types::SetTypeDefaultVersionInput#arn

Defined in:
lib/aws-sdk-cloudformation/types.rb

#arnString

The Amazon Resource Name (ARN) of the extension for which you want version summary information.

Conditional: You must specify either TypeName and Type, or Arn.

Returns:

  • (String)


8549
8550
8551
8552
8553
8554
8555
8556
# File 'lib/aws-sdk-cloudformation/types.rb', line 8549

class SetTypeDefaultVersionInput < Struct.new(
  :arn,
  :type,
  :type_name,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end