Class: Aws::CloudFormation::Types::TestTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::TestTypeOutput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type_version_arn ⇒ String
The Amazon Resource Name (ARN) of the extension.
Instance Attribute Details
#type_version_arn ⇒ String
The Amazon Resource Name (ARN) of the extension.
8362 8363 8364 8365 8366 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8362 class TestTypeOutput < Struct.new( :type_version_arn) SENSITIVE = [] include Aws::Structure end |