Class: Aws::Types::InputSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_normalizationBoolean

Returns the value of attribute apply_normalization.

Returns:

  • (Boolean)


507
508
509
# File 'sig/types.rbs', line 507

def apply_normalization
  @apply_normalization
end

#input_source_arn::String

Returns the value of attribute input_source_arn.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def input_source_arn
  @input_source_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def schema_name
  @schema_name
end