Class: Aws::Types::InputSource
- Inherits:
-
Object
- Object
- Aws::Types::InputSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_normalization ⇒ Boolean
Returns the value of attribute apply_normalization.
-
#input_source_arn ⇒ ::String
Returns the value of attribute input_source_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
Instance Attribute Details
#apply_normalization ⇒ Boolean
Returns the value of attribute apply_normalization.
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.
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.
506 507 508 |
# File 'sig/types.rbs', line 506 def schema_name @schema_name end |