Class: Aws::Types::DiscoverInputSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::DiscoverInputSchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_processing_configuration ⇒ Types::InputProcessingConfiguration
Returns the value of attribute input_processing_configuration.
-
#input_starting_position_configuration ⇒ Types::InputStartingPositionConfiguration
Returns the value of attribute input_starting_position_configuration.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute s3_configuration.
Instance Attribute Details
#input_processing_configuration ⇒ Types::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_configuration ⇒ Types::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.
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.
212 213 214 |
# File 'sig/types.rbs', line 212 def role_arn @role_arn end |
#s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute s3_configuration.
214 215 216 |
# File 'sig/types.rbs', line 214 def s3_configuration @s3_configuration end |