Class: Aws::Types::RestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RestConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_configurations ⇒ ::Hash[::String, Types::EntityConfiguration]
Returns the value of attribute entity_configurations.
-
#global_source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute global_source_configuration.
-
#validation_endpoint_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute validation_endpoint_configuration.
Instance Attribute Details
#entity_configurations ⇒ ::Hash[::String, Types::EntityConfiguration]
Returns the value of attribute entity_configurations.
6348 6349 6350 |
# File 'sig/types.rbs', line 6348 def entity_configurations @entity_configurations end |
#global_source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute global_source_configuration.
6346 6347 6348 |
# File 'sig/types.rbs', line 6346 def global_source_configuration @global_source_configuration end |
#validation_endpoint_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute validation_endpoint_configuration.
6347 6348 6349 |
# File 'sig/types.rbs', line 6347 def validation_endpoint_configuration @validation_endpoint_configuration end |