Class: Aws::CodeGuruProfiler::Endpoints::GetFindingsReportAccountSummary
- Inherits:
-
Object
- Object
- Aws::CodeGuruProfiler::Endpoints::GetFindingsReportAccountSummary
- Defined in:
- gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
99 100 101 102 103 104 105 106 107 108 109 |
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/endpoints.rb', line 99 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::CodeGuruProfiler::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |