Class: Aws::Types::EntityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EntityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schema ⇒ ::Hash[::String, Types::FieldDefinition]
Returns the value of attribute schema.
-
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
Instance Attribute Details
#schema ⇒ ::Hash[::String, Types::FieldDefinition]
Returns the value of attribute schema.
2917 2918 2919 |
# File 'sig/types.rbs', line 2917 def schema @schema end |
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def source_configuration @source_configuration end |