class Aws::ARN

def to_s

Returns:
  • (String) -
def to_s
  "arn:#{partition}:#{service}:#{region}:#{account_id}:#{resource}"
end