Class: Aws::DataZone::Types::CloudFormationProperties

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

Overview

Part of the provisioning properties of the environment blueprint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_urlString

The template URL of the cloud formation provisioning properties of the environment blueprint.

Returns:

  • (String)


781
782
783
784
785
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 781

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