Method: AWS::Core::Configuration#sts_endpoint
- Defined in:
- lib/aws/core/configuration.rb
#sts_endpoint ⇒ String (readonly)
The service endpoint for AWS Security Token Service. Defaults to ‘sts.amazonaws.com’.
185 186 187 |
# File 'lib/aws/core/configuration.rb', line 185 def sts_endpoint @sts_endpoint end |