Class: Aws::DynamoDB::Endpoints::UpdateTable
- Inherits:
-
Object
- Object
- Aws::DynamoDB::Endpoints::UpdateTable
- Defined in:
- lib/aws-sdk-dynamodb/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
715 716 717 718 719 720 721 722 723 724 725 |
# File 'lib/aws-sdk-dynamodb/endpoints.rb', line 715 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::DynamoDB::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |