Class: Aws::Types::RestConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_configurations::Hash[::String, Types::EntityConfiguration]

Returns the value of attribute entity_configurations.

Returns:



6380
6381
6382
# File 'sig/types.rbs', line 6380

def entity_configurations
  @entity_configurations
end

#global_source_configurationTypes::SourceConfiguration

Returns the value of attribute global_source_configuration.



6378
6379
6380
# File 'sig/types.rbs', line 6378

def global_source_configuration
  @global_source_configuration
end

#validation_endpoint_configurationTypes::SourceConfiguration

Returns the value of attribute validation_endpoint_configuration.



6379
6380
6381
# File 'sig/types.rbs', line 6379

def validation_endpoint_configuration
  @validation_endpoint_configuration
end