Class: Aws::Types::DiscoverInputSchemaRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_processing_configurationTypes::InputProcessingConfiguration

Returns the value of attribute input_processing_configuration.



215
216
217
# File 'sig/types.rbs', line 215

def input_processing_configuration
  @input_processing_configuration
end

#input_starting_position_configurationTypes::InputStartingPositionConfiguration

Returns the value of attribute input_starting_position_configuration.



213
214
215
# File 'sig/types.rbs', line 213

def input_starting_position_configuration
  @input_starting_position_configuration
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def resource_arn
  @resource_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def role_arn
  @role_arn
end

#s3_configurationTypes::S3Configuration

Returns the value of attribute s3_configuration.



214
215
216
# File 'sig/types.rbs', line 214

def s3_configuration
  @s3_configuration
end