Class: Aws::Chime::Endpoints::GetSipMediaApplicationLoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Chime::Endpoints::GetSipMediaApplicationLoggingConfiguration
- Defined in:
- lib/aws-sdk-chime/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-chime/endpoints.rb', line 1359 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::Chime::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |