Class: Aws::DataZone::Types::SubscriptionTargetForm

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

Overview

The details of the subscription target configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of the subscription target configuration.

Returns:

  • (String)


20611
20612
20613
20614
20615
20616
# File 'lib/aws-sdk-datazone/types.rb', line 20611

class SubscriptionTargetForm < Struct.new(
  :form_name,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#form_nameString

The form name included in the subscription target configuration.

Returns:

  • (String)


20611
20612
20613
20614
20615
20616
# File 'lib/aws-sdk-datazone/types.rb', line 20611

class SubscriptionTargetForm < Struct.new(
  :form_name,
  :content)
  SENSITIVE = []
  include Aws::Structure
end