Class: Aws::Types::IdNamespaceInputSource
- Inherits:
-
Object
- Object
- Aws::Types::IdNamespaceInputSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#input_source_arn ⇒ ::String
Returns the value of attribute input_source_arn.
483 484 485 |
# File 'sig/types.rbs', line 483 def input_source_arn @input_source_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
484 485 486 |
# File 'sig/types.rbs', line 484 def schema_name @schema_name end |