Class: Aws::DataZone::Types::AdditionalAttributes

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

Overview

Additional details on the queried entity that can be requested in the response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#form_namesArray<String>

Names of forms on the query entity that can be requested in the response.

Returns:

  • (Array<String>)


526
527
528
529
530
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 526

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