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.
-
#s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute s3_configuration.
-
#service_execution_role ⇒ ::String
Returns the value of attribute service_execution_role.
Instance Attribute Details
#input_processing_configuration ⇒ Types::InputProcessingConfiguration
Returns the value of attribute input_processing_configuration.
592 593 594 |
# File 'sig/types.rbs', line 592 def input_processing_configuration @input_processing_configuration end |
#input_starting_position_configuration ⇒ Types::InputStartingPositionConfiguration
Returns the value of attribute input_starting_position_configuration.
590 591 592 |
# File 'sig/types.rbs', line 590 def input_starting_position_configuration @input_starting_position_configuration end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
588 589 590 |
# File 'sig/types.rbs', line 588 def resource_arn @resource_arn end |
#s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute s3_configuration.
591 592 593 |
# File 'sig/types.rbs', line 591 def s3_configuration @s3_configuration end |
#service_execution_role ⇒ ::String
Returns the value of attribute service_execution_role.
589 590 591 |
# File 'sig/types.rbs', line 589 def service_execution_role @service_execution_role end |