Class: Aws::CloudFormation::Types::TestTypeOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#type_version_arnString

The Amazon Resource Name (ARN) of the extension.

Returns:

  • (String)


10039
10040
10041
10042
10043
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10039

class TestTypeOutput < Struct.new(
  :type_version_arn)
  SENSITIVE = []
  include Aws::Structure
end