Method: AWS::Core::Configuration#sts_endpoint

Defined in:
lib/aws/core/configuration.rb

#sts_endpointString (readonly)

The service endpoint for AWS Security Token Service. Defaults to ‘sts.amazonaws.com’.

Returns:

  • (String)

    the current value of sts_endpoint



185
186
187
# File 'lib/aws/core/configuration.rb', line 185

def sts_endpoint
  @sts_endpoint
end