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)


10131
10132
10133
10134
10135
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 10131

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