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)


14826
14827
14828
14829
14830
14831
# File 'lib/aws-sdk-datazone/types.rb', line 14826

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

#form_nameString

The form name included in the subscription target configuration.

Returns:

  • (String)


14826
14827
14828
14829
14830
14831
# File 'lib/aws-sdk-datazone/types.rb', line 14826

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